From 6b55bd937c9c121abfb2979214cd099eaaa7e1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Fri, 19 Aug 2022 01:04:27 -0300 Subject: [PATCH] Renaming integration dir --- {tests => integration}/helpers.js | 0 {tests => integration}/videos/.gitkeep | 0 {tests => integration}/workspace.spec.js | 0 playwright.config.ts | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename {tests => integration}/helpers.js (100%) rename {tests => integration}/videos/.gitkeep (100%) rename {tests => integration}/workspace.spec.js (100%) diff --git a/tests/helpers.js b/integration/helpers.js similarity index 100% rename from tests/helpers.js rename to integration/helpers.js diff --git a/tests/videos/.gitkeep b/integration/videos/.gitkeep similarity index 100% rename from tests/videos/.gitkeep rename to integration/videos/.gitkeep diff --git a/tests/workspace.spec.js b/integration/workspace.spec.js similarity index 100% rename from tests/workspace.spec.js rename to integration/workspace.spec.js diff --git a/playwright.config.ts b/playwright.config.ts index e9bd24d56..746e3ff3d 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,5 +1,5 @@ module.exports = { - testDir: 'tests', + testDir: 'integration', timeout: 60000, expect: { timeout: 25000,