We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4a8c4 commit cb00525Copy full SHA for cb00525
packages/e2e-tests/test-applications/standard-frontend-react/test-recipe.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "../../test-recipe-schema.json",
3
"testApplicationName": "standard-frontend-react",
4
- "buildCommand": "yarn install --pure-lockfile && npx playwright install --with-deps && yarn build",
+ "buildCommand": "yarn install --pure-lockfile && npx playwright install && yarn build",
5
"tests": [
6
7
"testName": "Playwright tests",
0 commit comments