E2E test #6
e2e.yml
on: schedule
E2E test
1m 22s
Slack Notification
2s
Annotations
3 errors and 2 warnings
E2E test
Error: either authUrl, userName, password, authAudience and authClientId are missing: {"authUrl":"","userName":"","password":"","authAudience":"","authClientId":""}
at utils/login.ts:9
7 |
8 | if (!authUrl || !userName || !password || !authAudience || !authClientId) {
> 9 | throw new Error(
| ^
10 | `either authUrl, userName, password, authAudience and authClientId are missing: ${JSON.stringify(
11 | {
12 | authUrl,
at login (/home/runner/work/reearth-classic/reearth-classic/web/e2e/utils/login.ts:9:11)
at globalSetup (/home/runner/work/reearth-classic/reearth-classic/web/e2e/utils/setup.ts:6:26)
|
E2E test
Process completed with exit code 1.
|
Slack Notification
An HTTP protocol error occurred: statusCode = 404
|
E2E test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|