diff --git a/local/config/src/playwright.js b/local/config/src/playwright.js index b2f0c39..95b62d6 100644 --- a/local/config/src/playwright.js +++ b/local/config/src/playwright.js @@ -1,7 +1,7 @@ const { devices } = require('@playwright/test'); module.exports = { - testMatch: /.*\/tests\/playwright\/.*\.test\.[jt]sx?/, + testMatch: /.*\/test\/playwright\/.*\.test\.[jt]sx?/, timeout: 10 * 60 * 1500, navigationTimeout: 1000, retries: 0,