Run tests with optional scope (unit/integration/e2e/all)
Run tests by scope (unit/integration/e2e/all) using Gradle. Analyzes failures and suggests fixes when tests don't pass.
/plugin marketplace add ashchupliak/dream-team/plugin install dream-team@dream-team-marketplacearchive/Run tests for the project.
Test Scope: $ARGUMENTS (use "unit", "integration", "e2e", or "all")
./gradlew test --warning-mode fail
./gradlew :tests:test --warning-mode fail -Dtest.profile=integration
cd tests && docker-compose up -d
./gradlew :tests:test --warning-mode fail -Dtest.profile=e2e
./gradlew check --warning-mode fail
Use the test-automation-engineer agent for complex test debugging.