ci: fall back for unsupported Playwright deps install
This commit is contained in:
@@ -40,9 +40,6 @@ export default defineConfig({
|
||||
testIgnore: ["**/release/**"],
|
||||
snapshotPathTemplate: "{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{-projectName}-win32{ext}",
|
||||
timeout: 60_000,
|
||||
expect: {
|
||||
timeout: 15_000,
|
||||
},
|
||||
fullyParallel: true,
|
||||
forbidOnly: isCI,
|
||||
retries: isCI ? 2 : 0,
|
||||
|
||||
Reference in New Issue
Block a user