Skip to content

Commit

Permalink
chore: remove duplicated run acc tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 15, 2024
1 parent 502d296 commit 8de2157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"test:cluster:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chrome",
"test:namespace": "cypress run --spec \"tests/namespace/*.spec.js\" --browser chromium",
"test:namespace:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/namespace/*.spec.js\" --browser chrome",
"test:accesibility": "cypress run --spec \"tests/accessibility/*.spec.js\" --browser chromium",
"test:kyma-e2e": "cypress run --spec \"tests/kyma*/*spec.js\" --browser chromium",
"test:kyma-e2e:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/kyma*/*spec.js\" --browser chromium",
"test:smoke-extensions": "cypress run --browser chromium -C cypress-smoke.js",
Expand Down

0 comments on commit 8de2157

Please sign in to comment.