Run test manually #165
Annotations
3 errors, 2 warnings, and 1 notice
playwright/api/basics.ts#L52
1) [setup] › auth.setup.ts:62:8 › Authenticate as discount user via API ──────────────────────────
SyntaxError: Unexpected token < in JSON at position 0
at ../api/basics.ts:52
50 | data: { query },
51 | });
> 52 | const loginResponseJson = await loginResponse.json();
| ^
53 |
54 | return loginResponseJson as ApiResponse<TokenCreateResponse>;
55 | }
at BasicApiService.logInUserViaApi (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/api/basics.ts:52:31)
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:15:3)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:45:5)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:63:5
|
playwright/api/basics.ts#L52
2) [setup] › auth.setup.ts:62:8 › Authenticate as order user via API ─────────────────────────────
SyntaxError: Unexpected token < in JSON at position 0
at ../api/basics.ts:52
50 | data: { query },
51 | });
> 52 | const loginResponseJson = await loginResponse.json();
| ^
53 |
54 | return loginResponseJson as ApiResponse<TokenCreateResponse>;
55 | }
at BasicApiService.logInUserViaApi (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/api/basics.ts:52:31)
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:15:3)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:45:5)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:63:5
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "html-report--attempt-1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
2 failed
[setup] › auth.setup.ts:62:8 › Authenticate as discount user via API ───────────────────────────
[setup] › auth.setup.ts:62:8 › Authenticate as order user via API ──────────────────────────────
2 interrupted
[setup] › auth.setup.ts:49:6 › Authenticate as admin via API ───────────────────────────────────
[setup] › auth.setup.ts:62:8 › Authenticate as app user via API ────────────────────────────────
111 did not run
|
The logs for this run have expired and are no longer available.
Loading