[Test] Only run chromium-2x test for tagged items (#3050)

This commit is contained in:
Chenlei Hu
2025-03-14 13:57:23 -04:00
committed by GitHub
parent 8be25883cd
commit eff68ae7a8
130 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ export default defineConfig({
name: 'chromium-2x',
use: { ...devices['Desktop Chrome'], deviceScaleFactor: 2 },
timeout: 15000,
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
grep: /@2x/ // Run all tests tagged with @2x
},
// {