Skip to content

Commit

Permalink
should only run specs related to the change
Browse files Browse the repository at this point in the history
  • Loading branch information
muratkeremozcan committed Oct 9, 2024
1 parent 8138d1f commit 2e38ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cov:reset": "rm -rf .nyc_output && rm -rf reports && rm -rf coverage && rm -rf coverage-cy && rm -rf combined-coverage",
"cy:run-ct-changed": "chmod +x ./scripts/run_cyct_changed_tests.sh && ./scripts/run_cyct_changed_tests.sh",
"test:jest-changed": "chmod +x ./scripts/run_jest_changed_tests.sh && ./scripts/run_jest_changed_tests.sh",
"find:ids-ct": "yarn find-ids --specs 'src/**/*.cy.tsx' --command getByCy,getByCyLike --branch main"
"find:ids-ct": "yarn find-ids --sources 'src/**/*.ts*' --specs 'src/**/*.cy.tsx' --command getByCy,getByCyLike --branch main --parent --set-gha-outputs"
},
"dependencies": {
"@vitejs/plugin-react": "3.1.0",
Expand Down

0 comments on commit 2e38ec6

Please sign in to comment.