Run test manually #272
Annotations
2 errors, 2 warnings, and 1 notice
playwright/tests/auth.setup.ts#L26
1) [setup] › auth.setup.ts:51:6 › Authenticate as admin via API ──────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'value')
24 | {
25 | name: "_saleorRefreshToken",
> 26 | value: loginJsonInfo.cookies[0].value,
| ^
27 | },
28 | ],
29 | });
at authenticateAndSaveState (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:26:41)
at authSetup (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:47:5)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/auth.setup.ts:52:3
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
|
This job failed
Loading