Skip to content

E2E test

E2E test #1

Triggered via schedule June 25, 2024 03:18
Status Failure
Total duration 2m 6s
Billable time 3m
Artifacts

e2e.yml

on: schedule
Slack Notification
1s
Slack Notification
Fit to window
Zoom out
Zoom in

Annotations

4 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
Error: Input required and not supplied: slack_webhook_url
Slack Notification
Input required and not supplied: slack_webhook_url
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/