mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00:00
Fix e2e tests (#2256)
This commit is contained in:
parent
571ba86157
commit
15c40f6311
12 changed files with 293 additions and 143 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"bundle:intel": "npm run make -- --arch=x64 && cd out/Goose-darwin-x64 && ditto -c -k --sequesterRsrc --keepParent Goose.app Goose_intel_mac.zip",
|
||||
"debug": "echo 'run --remote-debugging-port=8315' && lldb out/Goose-darwin-arm64/Goose.app",
|
||||
"test-e2e": "npm run generate-api && playwright test",
|
||||
"test-e2e:dev": "npm run generate-api && playwright test --reporter=list --retries=0 --max-failures=1",
|
||||
"test-e2e:ui": "npm run generate-api && playwright test --ui",
|
||||
"test-e2e:debug": "npm run generate-api && playwright test --debug",
|
||||
"test-e2e:report": "playwright show-report",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue