Skip to content

Commit

Permalink
fix local
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Oct 3, 2023
1 parent 3bb9ffc commit 831245c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start:local": "CYPRESS_LOCAL_DEV=true $(npm bin)/cypress open",
"test:cluster": "cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chromium",
"test:namespace": "cypress run --spec \"tests/namespace/*.spec.js\" --browser chromium",
"test:cluster:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chromium",
"test:namespace:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/namespace/*.spec.js\" --browser chromium",
"test:local": "CYPRESS_LOCAL_DEV=true $(npm bin)/cypress run --browser chromium",
"test:local-docker": "CYPRESS_DOMAIN=http://localhost:3001 $(npm bin)/cypress run --browser chromium",
"test:local-smoke-docker": "CYPRESS_DOMAIN=http://localhost:3001 $(npm bin)/cypress run --browser chromium -C cypress-smoke.js"
"test:cluster:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/cluster/*.spec.js,tests/extensibility/*.spec.js\" --browser chrome",
"test:namespace:local": "CYPRESS_LOCAL_DEV=true cypress run --spec \"tests/namespace/*.spec.js\" --browser chrome",
"test:local": "CYPRESS_LOCAL_DEV=true $(npm bin)/cypress run --browser chrome",
"test:local-docker": "CYPRESS_DOMAIN=http://localhost:3001 $(npm bin)/cypress run --browser chrome",
"test:local-smoke-docker": "CYPRESS_DOMAIN=http://localhost:3001 $(npm bin)/cypress run --browser chrome -C cypress-smoke.js"
},
"devDependencies": {
"cypress-file-upload": "^5.0.8",
Expand Down

0 comments on commit 831245c

Please sign in to comment.