Skip to content

Commit 0a6aa1e

Browse files
committed
fix(tests): adjust playwright config
1 parent 638119e commit 0a6aa1e

File tree

3 files changed

+349
-192
lines changed

3 files changed

+349
-192
lines changed

apps/extension/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@
2121
"@palladco/key-management": "workspace:*",
2222
"@palladco/vault": "workspace:*",
2323
"@palladco/web-provider": "workspace:*",
24-
"@plasmohq/messaging": "0.6.2",
24+
"@plasmohq/messaging": "0.7.1",
2525
"buffer": "6.0.3",
26-
"mina-attestations": "^0.3.6",
26+
"mina-attestations": "0.4.3",
2727
"mitt": "3.0.1",
28-
"next-themes": "0.3.0",
29-
"o1js": "https://pkg.pr.new/o1-labs/o1js@1dc90e4",
28+
"next-themes": "0.4.6",
29+
"o1js": "2.3.0",
3030
"p-debounce": "4.0.0",
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
33-
"serialize-error": "11.0.3",
34-
"ts-pattern": "^5.5.0",
33+
"serialize-error": "12.0.0",
34+
"ts-pattern": "5.6.2",
3535
"webext-bridge": "6.0.1",
3636
"webextension-polyfill": "0.12.0",
37-
"zod": "3.23.8"
37+
"zod": "3.24.2"
3838
},
3939
"devDependencies": {
40-
"@playwright/test": "1.45.3",
41-
"@total-typescript/ts-reset": "0.5.1",
42-
"@tsconfig/vite-react": "3.0.2",
43-
"@types/chrome": "0.0.269",
40+
"@playwright/test": "1.51.0",
41+
"@total-typescript/ts-reset": "0.6.1",
42+
"@tsconfig/vite-react": "3.4.0",
43+
"@types/chrome": "0.0.309",
4444
"@types/react": "18.3.3",
4545
"@types/react-dom": "18.3.0",
46-
"@types/webextension-polyfill": "0.10.7",
47-
"@vitejs/plugin-react-swc": "3.7.0",
48-
"vite": "5.3.5",
49-
"vite-plugin-node-polyfills": "0.17.0",
50-
"vite-plugin-svgr": "4.2.0",
51-
"vite-plugin-web-extension": "4.1.6",
52-
"web-ext": "8.2.0"
46+
"@types/webextension-polyfill": "0.12.3",
47+
"@vitejs/plugin-react-swc": "3.8.0",
48+
"vite": "6.2.2",
49+
"vite-plugin-node-polyfills": "0.23.0",
50+
"vite-plugin-svgr": "4.3.0",
51+
"vite-plugin-web-extension": "4.4.3",
52+
"web-ext": "8.4.0"
5353
}
5454
}

apps/extension/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export default defineConfig({
1313
workers: process.env.CI ? 1 : undefined,
1414
reporter: "html",
1515
timeout: 180000, // 3 minutes timeout
16+
expect: {
17+
timeout: 60000, // 1 minute timeout
18+
},
1619
use: {
1720
baseURL: BASE_URL,
1821
trace: "on-first-retry",

0 commit comments

Comments
 (0)