Skip to content

Commit 0153d5f

Browse files
JPeer264claude
andcommitted
test(e2e): Add @playwright/test to nuxt-sourcemaps app
The e2e workflow's Playwright setup runs for every test app and fails with exit 127 when the app cannot resolve @playwright/test, even for build-only apps that never launch a browser. react-router-sourcemaps carries the dependency for the same reason. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9093933 commit 0153d5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dev-packages/e2e-tests/test-applications/nuxt-sourcemaps

‎dev-packages/e2e-tests/test-applications/nuxt-sourcemaps/package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"nuxt": "^4.1.2"
1414
},
1515
"devDependencies": {
16+
"@playwright/test": "~1.56.0",
1617
"@sentry-internal/test-utils": "link:../../../test-utils",
1718
"tsx": "^4.23.0",
1819
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)