Skip to content

Commit

Permalink
feat(lab): add UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Dec 17, 2023
1 parent b641228 commit 10bc238
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-dependency-path: 'package-lock.json'
- name: install
working-directory: ./apps/laboratory/
run: npm install --force
run: npm ci

- name: Install Playwright Browsers
working-directory: ./apps/laboratory/
Expand Down
3 changes: 1 addition & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@playwright/test": "^1.40.1",
"@sentry/browser": "7.88.0",
"@sentry/react": "7.88.0",
"@web3modal/ethers": "3.6.0-alpha.0",
Expand All @@ -29,7 +28,7 @@
"valtio": "1.11.2"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.40.1",
"ethers": "6.9.0"
}
}
60 changes: 60 additions & 0 deletions package-lock.json

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

0 comments on commit 10bc238

Please sign in to comment.