All skills
Skillintermediate

intellij plugin test execution

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

Claude Code Knowledge Pack7/10/2026

Overview

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

Run test class

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

Run specific test method

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