Przeglądaj źródła

ignore installer

Yuki Takei 1 rok temu
rodzic
commit
5505cde23f
1 zmienionych plików z 3 dodań i 3 usunięć
  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'],
     },