File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
packages/sdk/browser/contract-tests/entity Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
File renamed without changes.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments