Skip to content

Commit

Permalink
fix: no retries for canary and refactor scripts (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Mar 1, 2024
1 parent d11cc2d commit 221cb7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"playwright:test": "npx playwright test",
"playwright:test:wallet": "npx playwright test --grep 'connect-qr.spec.ts|wallet.spec.ts'",
"playwright:test:siwe": "npx playwright test --grep siwe.spec.ts",
"playwright:test:canary": "npx playwright test --grep canary.spec.ts --project='Desktop Chrome/wagmi'",
"playwright:debug": "npx playwright test --debug",
"playwright:debug:wallet": "npx playwright test --debug 'connect-qr.spec.ts|wallet.spec.ts'",
"playwright:debug:siwe": "npx playwright test --debug --grep siwe.spec.ts",
"playwright:debug:canary": "npx playwright test --debug --grep canary.spec.ts --project='Desktop Chrome/wagmi'"
"playwright:test:canary": "npx playwright test --retries=0 --grep canary.spec.ts --project='Desktop Chrome/wagmi'",
"playwright:debug": "npm run playwright:test -- --debug",
"playwright:debug:wallet": "npm run playwright:test:wallet -- --debug",
"playwright:debug:siwe": "npm run playwright:test:siwe -- --debug",
"playwright:debug:canary": "npm run playwright:test:canary -- --debug"
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
Expand Down

0 comments on commit 221cb7e

Please sign in to comment.