Skip to content
Snippets Groups Projects
Commit 9ff08a61 authored by Giildo's avatar Giildo
Browse files

:white_check_mark: Add playwright chrome tip-of-tree

parent 8261ec30
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ unit_test:
- develop
script:
- pnpm i
- pnpm exec playwright install && pnpm exec playwright install-deps
- pnpm exec playwright install && pnpm exec playwright install-deps && pnpm exec playwright install chromium-tip-of-tree
- pnpm test:coverage
coverage: /All files\s*\|\s*([\d\.]+)/
when: on_success
......
......@@ -51,6 +51,7 @@
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^6.6.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.7",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment