emu with a q stuff #196
Annotations
5 errors and 1 warning
|
E2E Tests (Local Emulator, Node 22.x)
Process completed with exit code 1.
|
|
src/lib/local-emulator.test.ts > local emulator config > reads config from STACK_LOCAL_EMULATOR_CONFIG_CONTENT env var when set:
apps/backend/src/lib/local-emulator.test.ts#L14
Error: Snapshot `local emulator config > reads config from STACK_LOCAL_EMULATOR_CONFIG_CONTENT env var when set 1` mismatched
- Expected
+ Received
- {
- "auth": {
- "allowLocalhost": true,
- },
- }
+ {}
❯ src/lib/local-emulator.test.ts:14:5
|
|
tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts > local emulator project endpoint > creates non-existent config files under the user home directory:
apps/e2e/tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts#L109
Error: ENOENT: no such file or directory, open '/home/runner/.stack-auth-test/a82c84aa-b090-4687-bfdc-2dd0dbb4be0b/stack.config.ts'
❯ tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts:109:25
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/.stack-auth-test/a82c84aa-b090-4687-bfdc-2dd0dbb4be0b/stack.config.ts' }
|
|
tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts > local emulator project endpoint > writes default config for empty files:
apps/e2e/tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts#L92
AssertionError: expected '' to contain 'export const config'
- Expected
+ Received
- export const config
❯ tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts:92:25
|
|
tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts > local emulator project endpoint > creates non-existent config files with a default config:
apps/e2e/tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts#L71
Error: ENOENT: no such file or directory, open '/tmp/8cc34371-4919-438c-a328-e1acb74d17ca/stack.config.ts'
❯ tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts:71:25
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/8cc34371-4919-438c-a328-e1acb74d17ca/stack.config.ts' }
|
|
E2E Tests (Local Emulator, Node 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|