rename tests folder to test

This commit is contained in:
Rene Haas
2022-10-18 00:26:48 +02:00
parent ae0bd327bc
commit 1294e4c335
+1 -1
View File
@@ -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,