Testing & Debugging
Running Tests
Fast suite (default in CI PR gate)
./gradlew test -PexcludeHeavyTests=trueFull suite (nightly + on release tag)
./gradlew test nightlyRegressionTestIntegration / concurrency tests
Lint
./gradlew ktlintFormat # auto-fix style
./gradlew ktlintCheck # verify styleCoverage
Building from Source
SBOM
Debugging
1. Burp Extension Output
2. Java Logs
3. Agent Debugging
Manual UI Checks
Recommended Local Test Command
Last updated
