Skip to content

Commit e035f91

Browse files
committed
Playwright tweaks.
1 parent af08f94 commit e035f91

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Open browser app in headless Chromium
100100
run: |
101-
node packages/sdk/browser/contract-tests/open-browser.mjs http://localhost:5173 > /tmp/playwright.log 2>&1 &
101+
node packages/sdk/browser/contract-tests/entity/open-browser.mjs http://localhost:5173 > /tmp/playwright.log 2>&1 &
102102
echo $! > /tmp/playwright.pid
103103
sleep 5 # Give the browser time to initialize and connect via WebSocket
104104

packages/sdk/browser/contract-tests/entity/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"eslint-plugin-import": "^2.27.5",
2525
"eslint-plugin-jest": "^27.6.3",
2626
"eslint-plugin-prettier": "^5.0.0",
27+
"playwright": "^1.49.1",
2728
"prettier": "^3.0.0",
2829
"typescript": "^5.5.3",
2930
"vite": "^5.4.1"

0 commit comments

Comments
 (0)