Skip to content

Commit

Permalink
use [email protected] for the e2e tests (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Feb 20, 2024
1 parent 3846730 commit 1cdde11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"scripts": {
"//test:e2e 1": "we start with npm i because this fixes an existing bug in the pages-e2e-test-runner-cli",
"//test:e2e 2": "which fails to detect test suites in the files after any run of the test-runner cli",
"test:e2e": "npm i ; npx @cfpreview/pages-e2e-test-runner-cli --install-wrangler=3.17.0 --environment=local"
"//": "",
"//test:e2e 3": "wrangler 3.17.1 is the latest non-beta version of wrangler with which the e2es pass",
"test:e2e": "npm i ; npx @cfpreview/pages-e2e-test-runner-cli --install-wrangler=3.17.1 --environment=local"
},
"dependencies": {
"@cfpreview/pages-e2e-test-runner-cli": "^0.0.25",
Expand Down

0 comments on commit 1cdde11

Please sign in to comment.