Split playwright tests to multiple runners by project (#789)

This commit is contained in:
Chenlei Hu
2024-09-12 11:35:36 +09:00
committed by GitHub
parent ca6bf7d054
commit fdb01c06f2
2 changed files with 39 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ export default defineConfig({
/* Test against mobile viewports. */
{
name: 'Mobile Chrome',
name: 'mobile-chrome',
use: { ...devices['Pixel 5'], hasTouch: true },
grep: /@mobile/ // Run only tests tagged with @mobile
}