Skip to content

Commit

Permalink
chore: remove unused commands and smoke test config (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 authored Sep 13, 2024
1 parent 270e75e commit f32d3aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
32 changes: 0 additions & 32 deletions tests/integration/cypress-smoke.js

This file was deleted.

4 changes: 1 addition & 3 deletions tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"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 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"
"test:local": "CYPRESS_LOCAL_DEV=true cypress run --browser chrome"
},
"devDependencies": {
"cypress": "^13.8.1",
Expand Down

0 comments on commit f32d3aa

Please sign in to comment.