Test

Run tests and auto-debug any failures.

gotekna updated 1mo ago
Claude CodeGeneric
View source ↗
# Run Tests

Run tests and auto-debug any failures.

**CRITICAL RULE:** When running any test, MUST auto-debug failures:
1. Run the test
2. Immediately check console output if test fails
3. Analyze the failure
4. Fix the issue
5. Re-run the test
6. Iterate until test passes

**Available test types:**
- Backend: `cd backend && bundle exec rspec`
- Frontend: `cd frontend && npm test`
- E2E: `cd frontend && npx playwright test`
- Bug Hunter Tests: Run via API or UI

**Usage:** Specify which tests to run.

Maintain Test?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Test on getagentictools](https://getagentictools.com/loops/gotekna-run-tests?ref=badge)
npx agentictools info loops/gotekna-run-tests

The second line is the CLI lookup for this page — handy in READMEs and docs.