Skip to content

Commit

Permalink
chore(e2e): remove unused e2e-firefox-workers script
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 12, 2023
1 parent 1be9a76 commit c3b5975
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"e2e": "codeceptjs run --debug",
"e2e-firefox": "cross-env BROWSER=firefox codeceptjs run --steps",
"e2e-firefox-localhost": "cross-env BROWSER=firefox FRONTEND_URL=http://localhost:3000 codeceptjs run --steps",
"e2e-firefox-workers": "cross-env BROWSER=firefox codeceptjs run-workers --suites 3",
"e2e-localapi": "cross-env FRONTEND_API=local codeceptjs run --steps",
"e2e-localhost": "cross-env FRONTEND_URL=http://localhost:3000 codeceptjs run --steps",
"e2e-workers": "codeceptjs run-workers --suites 3"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"e2e": "cd e2e-tests && yarn e2e",
"e2e-firefox": "cd e2e-tests && yarn e2e-firefox",
"e2e-firefox-localhost": "cd e2e-tests && yarn e2e-firefox-localhost",
"e2e-firefox-workers": "cd e2e-tests && yarn e2e-firefox-workers",
"e2e-localapi": "cd e2e-tests && yarn e2e-localapi",
"e2e-localhost": "cd e2e-tests && yarn e2e-localhost",
"e2e-workers": "cd e2e-tests && yarn e2e-workers",
Expand Down

0 comments on commit c3b5975

Please sign in to comment.