Run test manually #165
run-test-manual.yml
on: workflow_dispatch
Annotations
6 errors, 8 warnings, and 2 notices
[setup] › auth.setup.ts:62:8 › Authenticate as discount user via API:
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
|
[setup] › auth.setup.ts:62:8 › Authenticate as order user via API:
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
|
run-tests (2/2)
Process completed with exit code 1.
|
[setup] › auth.setup.ts:62:8 › Authenticate as app user via API:
playwright/api/basics.ts#L52
1) [setup] › auth.setup.ts:62:8 › Authenticate as app 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
|
[setup] › auth.setup.ts:62:8 › Authenticate as discount user via API:
playwright/api/basics.ts#L52
2) [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
|
run-tests (1/2)
Process completed with exit code 1.
|
create-run-on-testmo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-tests (2/2)
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/.
|
run-tests (1/2)
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/.
|
tests-complete
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@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/.
|
tests-complete
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/
|
tests-complete
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/
|
tests-complete
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/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
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
|
🎭 Playwright Run Summary
2 failed
[setup] › auth.setup.ts:62:8 › Authenticate as app user via API ────────────────────────────────
[setup] › auth.setup.ts:62:8 › Authenticate as discount user via API ───────────────────────────
2 interrupted
[setup] › auth.setup.ts:49:6 › Authenticate as admin via API ───────────────────────────────────
[setup] › auth.setup.ts:62:8 › Authenticate as order user via API ──────────────────────────────
111 did not run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
15 KB |
|
html-report--attempt-1
Expired
|
459 KB |
|