From bc77824a6e5bbff12e031bf2299fabc966b7b6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Sun, 22 Oct 2023 19:37:23 +0200 Subject: [PATCH] Moved frontend test directory --- __tests__/{frontend-playwright => frontend}/basic.spec.ts | 0 .../{frontend-playwright => frontend}/configuration.spec.ts | 0 .../destination-selection-api-error.spec.ts | 0 .../destination-selection-unhandled-error.spec.ts | 0 .../destination-selection-unknown-error.spec.ts | 0 .../{frontend-playwright => frontend}/move-api-error.spec.ts | 0 .../move-folders-equal-error.spec.ts | 0 .../move-repeat-after-timeout.spec.ts | 0 .../move-unhandled-error.spec.ts | 0 .../move-unknown-error.spec.ts | 0 __tests__/{frontend-playwright => frontend}/navigation.spec.ts | 0 __tests__/{frontend-playwright => frontend}/non-empty.spec.ts | 0 .../source-destination-selection.spec.ts | 0 .../source-selection-api-error.spec.ts | 0 .../source-selection-unhandled-error.spec.ts | 0 .../source-selection-unknown-error.spec.ts | 0 .../success-with-errors.spec.ts | 0 playwright.config.ts | 2 +- 18 files changed, 1 insertion(+), 1 deletion(-) rename __tests__/{frontend-playwright => frontend}/basic.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/configuration.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/destination-selection-api-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/destination-selection-unhandled-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/destination-selection-unknown-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/move-api-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/move-folders-equal-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/move-repeat-after-timeout.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/move-unhandled-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/move-unknown-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/navigation.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/non-empty.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/source-destination-selection.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/source-selection-api-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/source-selection-unhandled-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/source-selection-unknown-error.spec.ts (100%) rename __tests__/{frontend-playwright => frontend}/success-with-errors.spec.ts (100%) diff --git a/__tests__/frontend-playwright/basic.spec.ts b/__tests__/frontend/basic.spec.ts similarity index 100% rename from __tests__/frontend-playwright/basic.spec.ts rename to __tests__/frontend/basic.spec.ts diff --git a/__tests__/frontend-playwright/configuration.spec.ts b/__tests__/frontend/configuration.spec.ts similarity index 100% rename from __tests__/frontend-playwright/configuration.spec.ts rename to __tests__/frontend/configuration.spec.ts diff --git a/__tests__/frontend-playwright/destination-selection-api-error.spec.ts b/__tests__/frontend/destination-selection-api-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/destination-selection-api-error.spec.ts rename to __tests__/frontend/destination-selection-api-error.spec.ts diff --git a/__tests__/frontend-playwright/destination-selection-unhandled-error.spec.ts b/__tests__/frontend/destination-selection-unhandled-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/destination-selection-unhandled-error.spec.ts rename to __tests__/frontend/destination-selection-unhandled-error.spec.ts diff --git a/__tests__/frontend-playwright/destination-selection-unknown-error.spec.ts b/__tests__/frontend/destination-selection-unknown-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/destination-selection-unknown-error.spec.ts rename to __tests__/frontend/destination-selection-unknown-error.spec.ts diff --git a/__tests__/frontend-playwright/move-api-error.spec.ts b/__tests__/frontend/move-api-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/move-api-error.spec.ts rename to __tests__/frontend/move-api-error.spec.ts diff --git a/__tests__/frontend-playwright/move-folders-equal-error.spec.ts b/__tests__/frontend/move-folders-equal-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/move-folders-equal-error.spec.ts rename to __tests__/frontend/move-folders-equal-error.spec.ts diff --git a/__tests__/frontend-playwright/move-repeat-after-timeout.spec.ts b/__tests__/frontend/move-repeat-after-timeout.spec.ts similarity index 100% rename from __tests__/frontend-playwright/move-repeat-after-timeout.spec.ts rename to __tests__/frontend/move-repeat-after-timeout.spec.ts diff --git a/__tests__/frontend-playwright/move-unhandled-error.spec.ts b/__tests__/frontend/move-unhandled-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/move-unhandled-error.spec.ts rename to __tests__/frontend/move-unhandled-error.spec.ts diff --git a/__tests__/frontend-playwright/move-unknown-error.spec.ts b/__tests__/frontend/move-unknown-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/move-unknown-error.spec.ts rename to __tests__/frontend/move-unknown-error.spec.ts diff --git a/__tests__/frontend-playwright/navigation.spec.ts b/__tests__/frontend/navigation.spec.ts similarity index 100% rename from __tests__/frontend-playwright/navigation.spec.ts rename to __tests__/frontend/navigation.spec.ts diff --git a/__tests__/frontend-playwright/non-empty.spec.ts b/__tests__/frontend/non-empty.spec.ts similarity index 100% rename from __tests__/frontend-playwright/non-empty.spec.ts rename to __tests__/frontend/non-empty.spec.ts diff --git a/__tests__/frontend-playwright/source-destination-selection.spec.ts b/__tests__/frontend/source-destination-selection.spec.ts similarity index 100% rename from __tests__/frontend-playwright/source-destination-selection.spec.ts rename to __tests__/frontend/source-destination-selection.spec.ts diff --git a/__tests__/frontend-playwright/source-selection-api-error.spec.ts b/__tests__/frontend/source-selection-api-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/source-selection-api-error.spec.ts rename to __tests__/frontend/source-selection-api-error.spec.ts diff --git a/__tests__/frontend-playwright/source-selection-unhandled-error.spec.ts b/__tests__/frontend/source-selection-unhandled-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/source-selection-unhandled-error.spec.ts rename to __tests__/frontend/source-selection-unhandled-error.spec.ts diff --git a/__tests__/frontend-playwright/source-selection-unknown-error.spec.ts b/__tests__/frontend/source-selection-unknown-error.spec.ts similarity index 100% rename from __tests__/frontend-playwright/source-selection-unknown-error.spec.ts rename to __tests__/frontend/source-selection-unknown-error.spec.ts diff --git a/__tests__/frontend-playwright/success-with-errors.spec.ts b/__tests__/frontend/success-with-errors.spec.ts similarity index 100% rename from __tests__/frontend-playwright/success-with-errors.spec.ts rename to __tests__/frontend/success-with-errors.spec.ts diff --git a/playwright.config.ts b/playwright.config.ts index 93dec4ae..0549292a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,7 +1,7 @@ import { defineConfig, devices } from "@playwright/test"; export default defineConfig({ - testDir: "./__tests__/frontend-playwright", + testDir: "./__tests__/frontend", fullyParallel: true, forbidOnly: process.env.CI !== undefined, retries: process.env.CI !== undefined ? 2 : 0,