test: reproduce error with monorepo and ui library #4530
Annotations
8 errors, 6 warnings, and 1 notice
Run pnpm exec playwright test --forbid-only --shard=3/4
57359 stderr: TypeError: Unknown file extension ".css" for D:\a\waku\waku\node_modules\.pnpm\react-tweet@3.2.0_react-dom@19.0.0-rc-6ebfd5b0-20240818_react@19.0.0-rc-6ebfd5b0-20240818__re_f42ap4vtvpfbpfkduwvpjbzyuq\node_modules\react-tweet\dist\twitter-theme\tweet-info-created-at.module.css
at new NodeError (node:internal/errors:405:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:79:11)
at defaultGetFormat (node:internal/modules/esm/get_format:124:36)
at defaultLoad (node:internal/modules/esm/load:84:20)
at nextLoad (node:internal/modules/esm/loader:163:28)
at ESMLoader.load (node:internal/modules/esm/loader:603:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
at new ModuleJob (node:internal/modules/esm/module_job:64:26)
at #createModuleJob (node:internal/modules/esm/loader:480:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:79:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=3/4
57359 stderr: TypeError: Unknown file extension ".css" for D:\a\waku\waku\node_modules\.pnpm\react-tweet@3.2.0_react-dom@19.0.0-rc-6ebfd5b0-20240818_react@19.0.0-rc-6ebfd5b0-20240818__re_f42ap4vtvpfbpfkduwvpjbzyuq\node_modules\react-tweet\dist\twitter-theme\tweet-actions.module.css
at new NodeError (node:internal/errors:405:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:79:11)
at defaultGetFormat (node:internal/modules/esm/get_format:124:36)
at defaultLoad (node:internal/modules/esm/load:84:20)
at nextLoad (node:internal/modules/esm/loader:163:28)
at ESMLoader.load (node:internal/modules/esm/loader:603:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
at new ModuleJob (node:internal/modules/esm/module_job:64:26)
at #createModuleJob (node:internal/modules/esm/loader:480:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:79:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=3/4
57556 stderr: Error: The render was aborted by the server without a reason.
at abort (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:1375:39)
at Object.cancel (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:2108:9)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3022:37)
at [kCancel] (node:internal/webstreams/readablestream:1166:12)
at ensureIsPromise (node:internal/webstreams/util:192:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1887:5)
at ReadableStream.cancel (node:internal/webstreams/readablestream:328:12)
at writeFromReadableStream (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO+node-server@1.12.1/node_modules/@hono/node-server/dist/index.mjs:140:12)
at responseViaCache (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO+node-server@1.12.1/node_modules/@hono/node-server/dist/index.mjs:321:12)
at responseViaResponseObject (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO+node-server@1.12.1/node_modules/@hono/node-server/dist/index.mjs:343:12)
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
e2e\use-ui-library.spec.ts#L23
1) [firefox] › use-ui-library.spec.ts:22:3 › apps with external ui libraries › build successfully
Error: Command failed: node D:\a\waku\waku\packages\waku\dist\cli.js build
x Build failed in 100ms
node:internal/process/esm_loader:97
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
e2e\use-ui-library.spec.ts#L23
1) [firefox] › use-ui-library.spec.ts:22:3 › apps with external ui libraries › build successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Command failed: node D:\a\waku\waku\packages\waku\dist\cli.js build
x Build failed in 100ms
node:internal/process/esm_loader:97
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
e2e\use-ui-library.spec.ts#L23
1) [firefox] › use-ui-library.spec.ts:22:3 › apps with external ui libraries › build successfully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Command failed: node D:\a\waku\waku\packages\waku\dist\cli.js build
x Build failed in 97ms
node:internal/process/esm_loader:97
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
e2e\use-ui-library.spec.ts#L23
1) [firefox] › use-ui-library.spec.ts:22:3 › apps with external ui libraries › build successfully
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Command failed: node D:\a\waku\waku\packages\waku\dist\cli.js build
x Build failed in 105ms
node:internal/process/esm_loader:97
|
Run pnpm exec playwright test --forbid-only --shard=3/4
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
[firefox] › use-router.spec.ts#L1
[firefox] › use-router.spec.ts took 2.5m
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 1.1m
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 36.8s
|
Run pnpm exec playwright test --forbid-only --shard=3/4:
[firefox] › ssg-wildcard.spec.ts#L1
[firefox] › ssg-wildcard.spec.ts took 19.1s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-macos-latest-18.17.0-1", "playwright-report-macos-latest-18.17.0-2", "playwright-report-macos-latest-18.17.0-3", "playwright-report-macos-latest-18.17.0-4", "playwright-report-macos-latest-20.8.0-1", "playwright-report-macos-latest-20.8.0-2", "playwright-report-macos-latest-20.8.0-3", "playwright-report-macos-latest-20.8.0-4", "playwright-report-ubuntu-latest-18.17.0-1", "playwright-report-ubuntu-latest-18.17.0-2", "playwright-report-ubuntu-latest-18.17.0-3", "playwright-report-ubuntu-latest-18.17.0-4", "playwright-report-ubuntu-latest-20.8.0-1", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3", "playwright-report-ubuntu-latest-20.8.0-4", "playwright-report-windows-latest-18.17.0-1", "playwright-report-windows-latest-18.17.0-2", "playwright-report-windows-latest-18.17.0-3", "playwright-report-windows-latest-18.17.0-4", "playwright-report-windows-latest-20.8.0-1", "playwright-report-windows-latest-20.8.0-2", "playwright-report-windows-latest-20.8.0-3", "playwright-report-windows-latest-20.8.0-4".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run pnpm exec playwright test --forbid-only --shard=3/4
1 failed
[firefox] › use-ui-library.spec.ts:22:3 › apps with external ui libraries › build successfully ─
5 skipped
93 passed (8.3m)
|
Loading