Loading...
Loading...
When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.
npx skill4agent add spencerpauly/awesome-cursor-skills parallel-test-fixingnpm test -- --no-coverage 2>&1 || trueFAIL src/components/Button.test.tsxFAIL src/utils/format.test.tsFAILED tests/test_api.py::test_create_usergeneralPurposeTask: Fix the failing tests in <file>
The test file is: <path>
The test command is: <command to run just this file>
The error output was:
<paste the relevant failure output>
Steps:
1. Read the test file and the source file it tests
2. Understand why each test is failing
3. Fix the source code (preferred) or update the test if the test is wrong
4. Run the single test file to confirm it passes
5. Report what you changed and whynpm testbest-of-n-runner