mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 19:40:35 +03:00
configure codecov
This commit is contained in:
@@ -2,7 +2,7 @@ const { devices } = require('@playwright/test');
|
||||
|
||||
module.exports = {
|
||||
testMatch: /.*\/tests\/playwright\/.*\.test\.[jt]sx?/,
|
||||
timeout: 10 * 60 * 1000,
|
||||
timeout: 10 * 60 * 2000,
|
||||
navigationTimeout: 1000,
|
||||
retries: 0,
|
||||
workers: 4,
|
||||
|
||||
@@ -4,7 +4,7 @@ const startSelector = '#start';
|
||||
const resultSelector = '#testResult';
|
||||
|
||||
// default timeout = // 10mins
|
||||
module.exports = async (page, timeout = 10 * 60 * 1000) => {
|
||||
module.exports = async (page, timeout = 10 * 60 * 2000) => {
|
||||
await page.waitForLoadState('domcontentloaded', { timeout: 5000 });
|
||||
await page.click(startSelector, { timeout: 1000 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user