Skip to content

Commit

Permalink
fix(e2e): test flakiness without workers
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 12, 2023
1 parent 51b27c9 commit 6f021ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
check_interval: 20
- run: yarn
- run: npx playwright install --with-deps
- run: yarn e2e-workers
- run: yarn e2e
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down
2 changes: 0 additions & 2 deletions apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"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",
"format": "prettier . --write"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
"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-localhost",
"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",
"e2e-workers": "yarn workspace @serlo/e2e-tests e2e-workers",
"format": "yarn workspace @serlo/frontend format",
"format:eslint": "yarn workspace @serlo/frontend format:eslint",
"format:prettier": "yarn workspace @serlo/frontend format:prettier",
Expand Down

0 comments on commit 6f021ac

Please sign in to comment.