File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/e2e-tests/test-applications Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../test-recipe-schema.json" ,
33 "testApplicationName" : " create-next-app" ,
4- "buildCommand" : " yarn install --pure-lockfile && npx playwright install && yarn build" ,
4+ "buildCommand" : " yarn install && npx playwright install && yarn build" ,
55 "tests" : [
66 {
77 "testName" : " Playwright tests - Prod Mode" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../test-recipe-schema.json" ,
33 "testApplicationName" : " create-react-app" ,
4- "buildCommand" : " yarn install --pure-lockfile && yarn build" ,
4+ "buildCommand" : " yarn install && yarn build" ,
55 "tests" : []
66}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../test-recipe-schema.json" ,
33 "testApplicationName" : " nextjs-13-app-dir" ,
4- "buildCommand" : " yarn install --pure-lockfile && npx playwright install && yarn build" ,
4+ "buildCommand" : " yarn install && npx playwright install && yarn build" ,
55 "buildAssertionCommand" : " yarn ts-node --script-mode assert-build.ts" ,
66 "tests" : [
77 {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../test-recipe-schema.json" ,
33 "testApplicationName" : " standard-frontend-react" ,
4- "buildCommand" : " yarn install --pure-lockfile && npx playwright install && yarn build" ,
4+ "buildCommand" : " yarn install && npx playwright install && yarn build" ,
55 "tests" : [
66 {
77 "testName" : " Playwright tests" ,
You can’t perform that action at this time.
0 commit comments