docs(misc): run nx-dev e2e only through Chrome to speed up the test suite (#19054)
This commit is contained in:
parent
730d6106d6
commit
944c728b49
@ -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"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user