From e9e5e9522ec095510eef1ca656ceab6b931a803c Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin <Virus191288@gmail.com> Date: Mon, 20 Jan 2025 12:06:32 +0500 Subject: [PATCH] chore(playwright): rename performance test file to use .spec.ts extension Updated the test ignore list to exclude `performance.spec.ts` instead of `performance.test.ts`. This change aligns with the standard naming convention for test files in the project. --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index c416a548..7a236ed4 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ retries: 3, workers: process.env.CI ? 2 : 3, testIgnore: [ - 'test/performance.test.ts', + 'test/performance.spec.ts', ], projects: [ {