Files
openide/plugins/performanceTesting/core/plugin-content.yaml
Nikita Katkov 4d6fd4e7dd [perfTesting] IJ-CR-157659 IJPL-178987 Introduce a perfTesting.frontend module with frontend-specific command provider
The new module will contain commands that access UI components that were split for remdev compatibility. Be it a monolith IDE or a Split one, this module will exist in the monolith or frontend process accordingly.

(cherry picked from commit 3f41cd7b7202ed3c4bfdd52b7138034dc7cd63f2)

GitOrigin-RevId: ea312ccb715138bd9314f74e789d1349de66eea5
2025-03-20 22:20:46 +00:00

26 lines
1000 B
YAML

- name: lib/modules/intellij.performanceTesting.frontend.jar
contentModules:
- name: intellij.performanceTesting.frontend
- name: lib/performanceTesting.jar
projectLibraries:
- name: assertJ
files:
- name: $MAVEN_REPOSITORY$/org/assertj/assertj-core/3/assertj-core-3.jar
- name: $MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1/byte-buddy-1.jar
reason: <- intellij.performanceTesting.remoteDriver
- name: assertj-swing
files:
- name: $MAVEN_REPOSITORY$/org/assertj/assertj-swing/3/assertj-swing-3.jar
reason: <- intellij.performanceTesting.remoteDriver
modules:
- name: intellij.performanceTesting
libraries:
github.oshi.core:
- name: $MAVEN_REPOSITORY$/com/github/oshi/oshi-core/6/oshi-core-6.jar
- name: intellij.tools.ide.starter.bus
- name: intellij.driver.model
- name: intellij.driver.impl
- name: intellij.driver.client
contentModules:
- name: intellij.performanceTesting.remoteDriver
- name: intellij.performanceTesting.vcs