feat(devframe): remote client assets — serve SPA dists through a caching CDN back-proxy #788
ci.yml
on: pull_request
unit-test
/
lint
2m 33s
e2e
3m 1s
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 > resolveStaticAssetsSource (installed package) > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L191
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-suPXLw\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-suPXLw/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:191:116
|
|
[devframe] src/utils/remote-assets.test.ts > resolveStaticAssetsSource (installed package) > short-circuits to an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L185
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-ayXGy5\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-ayXGy5/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:185:116
|
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[devframe] src/utils/remote-assets.test.ts > resolveStaticAssetsSource (installed package) > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L191
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-fsa9Ua\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-fsa9Ua/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:191:116
|
|
[devframe] src/utils/remote-assets.test.ts > resolveStaticAssetsSource (installed package) > short-circuits to an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L185
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-7x1W7N\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-7x1W7N/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:185:116
|
|
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
|
|
[devframe] src/utils/remote-assets.test.ts > resolveStaticAssetsSource (installed package) > warns on minor/patch skew and serves the installed copy (DF0062):
packages/devframe/src/utils/remote-assets.test.ts#L191
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-U0uQnd\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-U0uQnd/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:191:116
|
|
[devframe] src/utils/remote-assets.test.ts > resolveStaticAssetsSource (installed package) > short-circuits to an exactly matching installed package:
packages/devframe/src/utils/remote-assets.test.ts#L185
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-I6ZItq\node_modules\@scope\demo-client\dist"
Received: "C:/Users/RUNNER~1/AppData/Local/Temp/devframe-remote-assets-I6ZItq/node_modules/@scope/demo-client/dist"
❯ src/utils/remote-assets.test.ts:185:116
|
|
|
|
|
|
|
|
🎭 Playwright Run Summary
17 passed (20.2s)
|