From 2e38ec6f6cc13e43c631abbad112b021030ce8ae Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Wed, 9 Oct 2024 09:37:36 -0500 Subject: [PATCH] should only run specs related to the change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b03a51c2..ccd7268d 100644 --- a/package.json +++ b/package.json @@ -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",