You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
gradle/wrapper | 4 months ago | |
src | 4 months ago | |
README.md | 4 months ago | |
build.gradle | 4 months ago | |
build.sh | 4 months ago | |
gradlew | 4 months ago | |
gradlew.bat | 4 months ago | |
settings.gradle | 4 months ago |
README.md
Asuite IntelliJ plugin
Development
How to build/install the plugin
Build: $./gradlew jar
The artifact will be generated at build/libs/asuite_plugin-1.0.jar.
Install: Place the asuite_plugin-1.0.jar into the IntelliJ/plugins directory. The typical path of IntelliJ is /opt/intellij.
Debug in IntelliJ: Edit configurations -> use +
to add a Gradle configuration -> fill
gradle project:Absolute path of asuite_plugin
Tasks: :runIde
Quick run in IntelliJ sandbox: $./gradlew :runIde
Quick start
- Click Atest button, the Atest tool window shall show up.
- Fill in the test module.
- Enter a target module, e.g. aidegen_unittests.
- Or fill target path with check test_mapping checkbox, E.g. tools/tradefederation/core.
- Click Run, the test result will be shown in Atest tool window.