E2E test #8
e2e.yml
on: schedule
E2E test
1m 24s
Slack Notification
4m 7s
Annotations
3 errors and 6 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/
|
Slack Notification
Failed to download action 'https://api.github.com/repos/Gamesight/slack-workflow-status/tarball/68bf00d0dbdbcb206c278399aa1ef6c14f74347a'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Slack Notification
Back off 22.181 seconds before retry.
|
Slack Notification
Failed to download action 'https://api.github.com/repos/Gamesight/slack-workflow-status/tarball/68bf00d0dbdbcb206c278399aa1ef6c14f74347a'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Slack Notification
Back off 22.797 seconds before retry.
|