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 1
1
{
2
2
"$schema" : " ../../test-recipe-schema.json" ,
3
3
"testApplicationName" : " create-next-app" ,
4
- "buildCommand" : " yarn install --pure-lockfile && npx playwright install && yarn build" ,
4
+ "buildCommand" : " yarn install && npx playwright install && yarn build" ,
5
5
"tests" : [
6
6
{
7
7
"testName" : " Playwright tests - Prod Mode" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../test-recipe-schema.json" ,
3
3
"testApplicationName" : " create-react-app" ,
4
- "buildCommand" : " yarn install --pure-lockfile && yarn build" ,
4
+ "buildCommand" : " yarn install && yarn build" ,
5
5
"tests" : []
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../test-recipe-schema.json" ,
3
3
"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" ,
5
5
"buildAssertionCommand" : " yarn ts-node --script-mode assert-build.ts" ,
6
6
"tests" : [
7
7
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../test-recipe-schema.json" ,
3
3
"testApplicationName" : " standard-frontend-react" ,
4
- "buildCommand" : " yarn install --pure-lockfile && npx playwright install && yarn build" ,
4
+ "buildCommand" : " yarn install && npx playwright install && yarn build" ,
5
5
"tests" : [
6
6
{
7
7
"testName" : " Playwright tests" ,
You can’t perform that action at this time.
0 commit comments