feat(actor): add actor command and scaffolding #1882
Annotations
40 errors and 4 warnings
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5807-OkWe39rrbJog-.ts:40:30
❯ ../../../../../../../tmp/tmp-5807-OkWe39rrbJog-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5651-XPzNtj5vdX6p-.ts:40:30
❯ ../../../../../../../tmp/tmp-5651-XPzNtj5vdX6p-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5507-aHSpFtKZZK2b-.ts:40:30
❯ ../../../../../../../tmp/tmp-5507-aHSpFtKZZK2b-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5318-hfgGGyGik5OI-.ts:40:30
❯ ../../../../../../../tmp/tmp-5318-hfgGGyGik5OI-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5004-YQLu9bPH8sYC-.ts:40:30
❯ ../../../../../../../tmp/tmp-5004-YQLu9bPH8sYC-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4880-WsS7VVfTyG75-.ts:40:30
❯ ../../../../../../../tmp/tmp-4880-WsS7VVfTyG75-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4706-Mtp2iSTLhZwj-.ts:40:30
❯ ../../../../../../../tmp/tmp-4706-Mtp2iSTLhZwj-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4547-4QZYDZxBMHp7-.ts:40:30
❯ ../../../../../../../tmp/tmp-4547-4QZYDZxBMHp7-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4391-5m1LP7pkiPfn-.ts:40:30
❯ ../../../../../../../tmp/tmp-4391-5m1LP7pkiPfn-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5522-hJuqubUO3Ts3-.ts:40:30
❯ ../../../../../../../tmp/tmp-5522-hJuqubUO3Ts3-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5424-1jWLba0LsfY2-.ts:40:30
❯ ../../../../../../../tmp/tmp-5424-1jWLba0LsfY2-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5330-GVqbO6z9MjZK-.ts:40:30
❯ ../../../../../../../tmp/tmp-5330-GVqbO6z9MjZK-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5180-no2OVmefP54Z-.ts:40:30
❯ ../../../../../../../tmp/tmp-5180-no2OVmefP54Z-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4990-wHLanGIcfw4e-.ts:40:30
❯ ../../../../../../../tmp/tmp-4990-wHLanGIcfw4e-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4902-UqX0dI7bPBkP-.ts:40:30
❯ ../../../../../../../tmp/tmp-4902-UqX0dI7bPBkP-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4813-00XexOcY9TM9-.ts:40:30
❯ ../../../../../../../tmp/tmp-4813-00XexOcY9TM9-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4708-wSCZKjMVMZc9-.ts:40:30
❯ ../../../../../../../tmp/tmp-4708-wSCZKjMVMZc9-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4613-LwuGfF6GF354-.ts:40:30
❯ ../../../../../../../tmp/tmp-4613-LwuGfF6GF354-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8068-FGxFhGAeN2y6-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8068-FGxFhGAeN2y6-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3388-EOHmitQu4Rbu-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3388-EOHmitQu4Rbu-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6748-8U6m78Minj6e-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6748-8U6m78Minj6e-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8380-WCEZxw4F7MrL-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8380-WCEZxw4F7MrL-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-10000-wOCuMMAs2g26-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-10000-wOCuMMAs2g26-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8896-byd2AMY2BF08-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8896-byd2AMY2BF08-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2476-xvHD1VLfk5lI-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2476-xvHD1VLfk5lI-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-4628-83vK4E7GmeLX-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-4628-83vK4E7GmeLX-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3052-n5iX4WISQOHZ-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3052-n5iX4WISQOHZ-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-9784-2CNe51ZFbLcB-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-9784-2CNe51ZFbLcB-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5260-B6pYHqIM4Z8q-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5260-B6pYHqIM4Z8q-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3196-Xo2tgfSdUcXw-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3196-Xo2tgfSdUcXw-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-9652-XKQwmYEftRbz-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-9652-XKQwmYEftRbz-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3748-xiYMX1jmKF4e-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3748-xiYMX1jmKF4e-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3076-99TYjJEJG4oV-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3076-99TYjJEJG4oV-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2892-rzPeOPghwhZ1-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2892-rzPeOPghwhZ1-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6584-Lr032Z3tx1VB-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6584-Lr032Z3tx1VB-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5352-c8BaJZ8i3RUb-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5352-c8BaJZ8i3RUb-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
test (ubuntu-latest, binary)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (ubuntu-latest, npm)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest, npm)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest, binary)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|