Skip to content

Commit cb00525

Browse files
committed
Passing locally, will it pass in CI?
1 parent 4f4a8c4 commit cb00525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test-applications/standard-frontend-react/test-recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "standard-frontend-react",
4-
"buildCommand": "yarn install --pure-lockfile && npx playwright install --with-deps && yarn build",
4+
"buildCommand": "yarn install --pure-lockfile && npx playwright install && yarn build",
55
"tests": [
66
{
77
"testName": "Playwright tests",

0 commit comments

Comments
 (0)