Run Frontend Tests
Action
All tests:
bash
cd frontend && npx vitest run
With argument (test filter):
bash
cd frontend && npx vitest run {argument}
Examples
- •
skill="test-frontend"- run all frontend tests - •
skill="test-frontend", args="registration.logic"- run registration logic tests - •
skill="test-frontend", args="registration.api"- run registration API tests - •
skill="test-frontend", args="login"- run all login-related tests
Output
Report the test results from output.