mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
fix: exclude @cloud tests from regular playwright runs, add playwright.config.ts to tsconfig
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
"eslint.config.ts",
|
||||
"global.d.ts",
|
||||
"knip.config.ts",
|
||||
"playwright.config.ts",
|
||||
"playwright.cloud.config.ts",
|
||||
"src/**/*.vue",
|
||||
"src/**/*",
|
||||
|
||||
Reference in New Issue
Block a user