mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
test: stress runners (#15078)
This commit is contained in:
parent
e5cf11cb68
commit
1ce1246a0e
@ -52,7 +52,7 @@ const config: Config<CoverageWorkerOptions & PlaywrightWorkerOptions & Playwrigh
|
||||
maxFailures: 100,
|
||||
timeout: video ? 60000 : 30000,
|
||||
globalTimeout: 5400000,
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
workers: process.env.CI ? 2 : undefined,
|
||||
fullyParallel: !process.env.CI,
|
||||
forbidOnly: !!process.env.CI,
|
||||
preserveOutput: process.env.CI ? 'failures-only' : 'always',
|
||||
|
@ -26,7 +26,7 @@ const config: Config = {
|
||||
testIgnore: ['assets/**', 'stable-test-runner/**'],
|
||||
timeout: 30000,
|
||||
forbidOnly: !!process.env.CI,
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
workers: process.env.CI ? 2 : undefined,
|
||||
preserveOutput: process.env.CI ? 'failures-only' : 'always',
|
||||
projects: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user