mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +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',
|
name: 'chromium',
|
||||||
use: { ...devices['Desktop Chrome'] },
|
use: { ...devices['Desktop Chrome'] },
|
||||||
timeout: 15000,
|
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",
|
"eslint.config.ts",
|
||||||
"global.d.ts",
|
"global.d.ts",
|
||||||
"knip.config.ts",
|
"knip.config.ts",
|
||||||
|
"playwright.config.ts",
|
||||||
"playwright.cloud.config.ts",
|
"playwright.cloud.config.ts",
|
||||||
"src/**/*.vue",
|
"src/**/*.vue",
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user