Skip to content

Commit

Permalink
✅ fix issue with browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Mar 26, 2024
1 parent d5a29e1 commit 4167d31
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1,421 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install playwright
run: pnpm exec playwright install

- name: Build
run: pnpm build

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@vitest/browser": "^1.1.0",
"@vitest/ui": "^1.1.0",
"parcel": "^2.10.3",
"playwright": "^1.42.1",
"serve": "^14.2.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"webdriverio": "^8.27.0"
"vitest": "^1.1.0"
}
}
Loading

0 comments on commit 4167d31

Please sign in to comment.