Skip to content

Commit

Permalink
Merge pull request #434 from koko57/feat/tab_leader_write_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Dec 12, 2023
2 parents cc43294 + 3f2cb41 commit 0aeae07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- run: npx playwright install --with-deps

- run: cd tests/e2e/app && npm ci

- run: npm run e2e

env:
CI: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,5 +410,6 @@ To continuously work on Onyx we have to set up a task that copies content to par
There are Playwright e2e tests implemented for the web. To run them:
- in the tests/e2e/app directory, run `npm install`
- `npm run e2e` to run the e2e tests
- or `npm run e2e-ui` to run the e2e tests in UI mode
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"build:docs": "node buildDocs.js",
"e2e": "playwright test",
"e2e-ui": "playwright test --ui",
"postinstall": "cd tests/e2e/app && npm install",
"prettier": "prettier --write ."
},
"dependencies": {
Expand Down

0 comments on commit 0aeae07

Please sign in to comment.