Back to Continue

Intellij Plugin Test Execution

.continue/rules/intellij-plugin-test-execution.md

1.5.45376 B
Original Source

Run IntelliJ plugin tests using Gradle with the fully qualified test class or method name:

Run test class

bash
./gradlew test --tests "com.github.continuedev.continueintellijextension.unit.ApplyToFileHandlerTest"

Run specific test method

bash
./gradlew test --tests "com.github.continuedev.continueintellijextension.unit.ApplyToFileHandlerTest.should*"