Skip to content

Commit

Permalink
chore(e2e): add scripts for localhost firefox e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 11, 2023
1 parent b9e93b7 commit e01381d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"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",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dev": "yarn workspace @serlo/frontend dev",
"e2e": "yarn workspace @serlo/e2e-tests e2e",
"e2e-firefox": "yarn workspace @serlo/e2e-tests e2e-firefox",
"e2e-firefox-localhost": "yarn workspace @serlo/e2e-tests e2e-firefox-workers",
"e2e-firefox-workers": "yarn workspace @serlo/e2e-tests e2e-firefox-workers",
"e2e-localapi": "yarn workspace @serlo/e2e-tests e2e-localapi",
"e2e-localhost": "yarn workspace @serlo/e2e-tests e2e-localhost",
Expand Down

0 comments on commit e01381d

Please sign in to comment.