Skip to content

Commit

Permalink
playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Sep 27, 2023
1 parent f3c5905 commit 07ec655
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cd ui
npx playwright install-deps
npm install @playwright/test -D
npx playwright install
- name: Run playwright tests
run: make ui-test-e2e
Expand Down
32 changes: 15 additions & 17 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.1",
"@storybook/addon-a11y": "^6.5.14",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^7.4.0",
Expand Down

0 comments on commit 07ec655

Please sign in to comment.