From 1294e4c335e1b006a0b718a1795b0bd92f66be84 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Tue, 18 Oct 2022 00:26:48 +0200 Subject: [PATCH] rename tests folder to test --- local/config/src/playwright.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,