Skip to content

Commit ccbc735

Browse files
committed
test: Skip installing playwright in E2E tests all the time
We do install this on CI separately before, so this should not be necessary (esp. we do not need firefox, as we only run these tests on chromium).
1 parent 4df242d commit ccbc735

File tree

48 files changed

+75
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+75
-75
lines changed

dev-packages/e2e-tests/test-applications/angular-17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
12-
"test:build": "pnpm install && npx playwright install && pnpm build",
12+
"test:build": "pnpm install && pnpm build",
1313
"test:assert": "playwright test",
1414
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1515
},

dev-packages/e2e-tests/test-applications/angular-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
12-
"test:build": "pnpm install && npx playwright install && pnpm build",
12+
"test:build": "pnpm install && pnpm build",
1313
"test:assert": "playwright test",
1414
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1515
},

dev-packages/e2e-tests/test-applications/angular-19/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
12-
"test:build": "pnpm install && npx playwright install && pnpm build",
12+
"test:build": "pnpm install && pnpm build",
1313
"test:assert": "playwright test",
1414
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1515
},

dev-packages/e2e-tests/test-applications/astro-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "astro check && astro build",
99
"preview": "astro preview",
1010
"astro": "astro",
11-
"test:build": "pnpm install && npx playwright install && pnpm build",
11+
"test:build": "pnpm install && pnpm build",
1212
"test:assert": "TEST_ENV=production playwright test"
1313
},
1414
"dependencies": {

dev-packages/e2e-tests/test-applications/astro-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "astro build",
88
"preview": "astro preview",
99
"astro": "astro",
10-
"test:build": "pnpm install && npx playwright install && pnpm build",
10+
"test:build": "pnpm install && pnpm build",
1111
"test:assert": "TEST_ENV=production playwright test"
1212
},
1313
"dependencies": {

dev-packages/e2e-tests/test-applications/create-next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"clean": "npx rimraf node_modules pnpm-lock.yaml .next",
88
"test:prod": "TEST_ENV=prod playwright test",
99
"test:dev": "TEST_ENV=dev playwright test",
10-
"test:build": "pnpm install && npx playwright install && pnpm build",
11-
"test:build-13": "pnpm install && pnpm add [email protected] && npx playwright install && pnpm build",
10+
"test:build": "pnpm install && pnpm build",
11+
"test:build-13": "pnpm install && pnpm add [email protected] && pnpm build",
1212
"test:assert": "pnpm test:prod && pnpm test:dev"
1313
},
1414
"dependencies": {

dev-packages/e2e-tests/test-applications/create-remix-app-express-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "cross-env NODE_ENV=production node ./server.mjs",
1010
"typecheck": "tsc",
1111
"clean": "npx rimraf node_modules pnpm-lock.yaml",
12-
"test:build": "pnpm install && npx playwright install && pnpm build",
12+
"test:build": "pnpm install && pnpm build",
1313
"test:assert": "pnpm playwright test"
1414
},
1515
"dependencies": {

dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "cross-env NODE_ENV=production node ./server.mjs",
99
"typecheck": "tsc",
1010
"clean": "npx rimraf node_modules pnpm-lock.yaml",
11-
"test:build": "pnpm install && npx playwright install && pnpm build",
11+
"test:build": "pnpm install && pnpm build",
1212
"test:assert": "pnpm playwright test"
1313
},
1414
"dependencies": {

dev-packages/e2e-tests/test-applications/create-remix-app-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "cross-env NODE_ENV=production node ./server.mjs",
1010
"typecheck": "tsc",
1111
"clean": "npx rimraf node_modules pnpm-lock.yaml",
12-
"test:build": "pnpm install && npx playwright install && pnpm build",
12+
"test:build": "pnpm install && pnpm build",
1313
"test:assert": "pnpm playwright test"
1414
},
1515
"dependencies": {

dev-packages/e2e-tests/test-applications/create-remix-app-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "remix-serve build",
99
"typecheck": "tsc",
1010
"clean": "npx rimraf node_modules pnpm-lock.yaml",
11-
"test:build": "pnpm install && npx playwright install && pnpm build",
11+
"test:build": "pnpm install && pnpm build",
1212
"test:assert": "pnpm playwright test",
1313
"test:assert-sourcemaps": "pnpm upload-sourcemaps"
1414
},

0 commit comments

Comments
 (0)