mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: add headless new to flakiness dashboard (#31381)
This commit is contained in:
parent
ee63843f7d
commit
8ba4cff10f
@ -128,7 +128,13 @@ for (const browserName of browserNames) {
|
||||
metadata: {
|
||||
platform: process.platform,
|
||||
docker: !!process.env.INSIDE_DOCKER,
|
||||
headful: !!headed,
|
||||
headless: (() => {
|
||||
if (process.env.PLAYWRIGHT_CHROMIUM_USE_HEADLESS_NEW)
|
||||
return 'headless-new';
|
||||
if (headed)
|
||||
return 'headed';
|
||||
return 'headless';
|
||||
})(),
|
||||
browserName,
|
||||
channel,
|
||||
mode,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user