docs(misc): run nx-dev e2e only through Chrome to speed up the test suite (#19054)

This commit is contained in:
Jack Hsu 2023-09-07 14:25:27 -04:00 committed by GitHub
parent 730d6106d6
commit 944c728b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@
"executor": "@nx/playwright:playwright",
"outputs": ["{workspaceRoot}/dist/.playwright/nx-dev/nx-dev-e2e"],
"options": {
"config": "nx-dev/nx-dev-e2e/playwright.config.ts"
"config": "nx-dev/nx-dev-e2e/playwright.config.ts",
"project": ["chromium"]
}
}
},