You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use the grep option to filter tests by title and file extension
// grep: /.*\.pw\.js$/,
testMatch: /.*\.test\.js/,
// Set the timeout for each test
timeout: 30000,
// (3 hours) Maximum time in milliseconds the whole test suite can run. Useful on CI to prevent broken setup from running too long and wasting resources.