diff --git a/playwright.config.ts b/playwright.config.ts index b52daad7f..ff20cee3d 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -31,7 +31,7 @@ export default defineConfig({ name: 'chromium', use: { ...devices['Desktop Chrome'] }, timeout: 15000, - grepInvert: /@mobile/ // Run all tests except those tagged with @mobile + grepInvert: /@mobile|@cloud/ // Run all tests except those tagged with @mobile or @cloud }, { diff --git a/tsconfig.json b/tsconfig.json index eeb5660a0..e28ffe807 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -55,6 +55,7 @@ "eslint.config.ts", "global.d.ts", "knip.config.ts", + "playwright.config.ts", "playwright.cloud.config.ts", "src/**/*.vue", "src/**/*",