Explorar o código

ignore installer

Yuki Takei hai 1 ano
pai
achega
5505cde23f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      apps/app/playwright.config.ts

+ 3 - 3
apps/app/playwright.config.ts

@@ -68,21 +68,21 @@ export default defineConfig({
     {
       name: 'chromium',
       use: { ...devices['Desktop Chrome'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },
 
     {
       name: 'firefox',
       use: { ...devices['Desktop Firefox'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },
 
     {
       name: 'webkit',
       use: { ...devices['Desktop Safari'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },