Playwright
Instructions for getting your Playwright tests to run on Testery
fullyParallel: falsefullyParallel: process.env.IS_TESTERY ? false : trueretries: 0 use: {
...devices['Desktop Chrome'],
channel: 'chrome',
viewport: { width: 1920, height: 1080 },
}Screenshots
PreviousUpdating Cypress Tests to Output in JUnit XML FormatNextUpdate Playwright Tests to Output in JUnit XML Format for Import Into Testery
Last updated
Was this helpful?