feat(devframe): remote client assets — serve SPA dists through a caching CDN back-proxy #785
ci.yml
on: pull_request
unit-test
/
lint
2m 12s
e2e
3m 13s
Matrix: unit-test / test
Annotations
9 errors, 3 warnings, and 1 notice
|
unit-test / test (windows-latest, 26)
Process completed with exit code 1.
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L239
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-gouk0q\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-gouk0q/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:239:17
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > resolves an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L232
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-yH5Z49\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-yH5Z49/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:232:17
|
|
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L239
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-uoXO74\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-uoXO74/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:239:17
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > resolves an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L232
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-IVKydo\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-IVKydo/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:232:17
|
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L239
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-nbZdvl\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-nbZdvl/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:239:17
|
|
[devframe] src/utils/remote-assets.test.ts > resolveInstalledRemoteAssets > resolves an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L232
AssertionError: expected 'C:/Users/RUNNER~1/AppData/Local/Temp/…' to be 'C:\Users\RUNNER~1\AppData\Local\Temp\…' // Object.is equality
Expected: "C:\Users\RUNNER~1\AppData\Local\Temp\devframe-remote-assets-VNFmqb\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-VNFmqb/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:232:17
|
|
|
|
|
|
|
|
🎭 Playwright Run Summary
17 passed (20.0s)
|