Run Acceptance Tests
Backend must be running first (/run-backend).
Action
All tests:
bash
cd acceptance/app-acceptance && ./gradlew.bat test --rerun-tasks
Backend tests only:
bash
cd acceptance/app-acceptance && ./gradlew.bat backendTest --rerun-tasks
Frontend tests only:
bash
cd acceptance/app-acceptance && ./gradlew.bat frontendTest --rerun-tasks
With argument:
- •
backend→ usebackendTest - •
frontend→ usefrontendTest - •other → use
test --tests "*{argument}*"
Output
Report the test results from output.