Bm/currents reporter #5
on-pr-files-changed.yml
on: pull_request
playwright-automation-checks
1m 40s
Annotations
7 errors, 2 warnings, and 1 notice
playwright-automation-checks
Process completed with exit code 2.
|
playwright-automation-checks
Error: No uploaded artifact was found! Please check if there are any errors at build step, or uploaded artifact name is correct.
at getSignedArtifactMetadata (/home/runner/work/_actions/actions/deploy-pages/v2/webpack:/deploy-pages/src/internal/api-client.js:94:1)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/v2/webpack:/deploy-pages/src/internal/deployment.js:68:1)
at main (/home/runner/work/_actions/actions/deploy-pages/v2/webpack:/deploy-pages/src/index.js:30:1)
|
playwright-automation-checks
Error: No uploaded artifact was found! Please check if there are any errors at build step, or uploaded artifact name is correct.
|
[api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory:
tests/test.spec.ts#L53
1) [api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
51 |
52 | const randomBoolean = Math.random() > 0.5;
> 53 | expect(randomBoolean).toBe(true);
| ^
54 | });
55 |
56 | test("4 flakey test @unsatisfactory", async ({ request }) => {
at /home/runner/work/playwright-api-test-demo/playwright-api-test-demo/tests/test.spec.ts:53:27
|
[api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory:
tests/test.spec.ts#L53
1) [api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
51 |
52 | const randomBoolean = Math.random() > 0.5;
> 53 | expect(randomBoolean).toBe(true);
| ^
54 | });
55 |
56 | test("4 flakey test @unsatisfactory", async ({ request }) => {
at /home/runner/work/playwright-api-test-demo/playwright-api-test-demo/tests/test.spec.ts:53:27
|
[api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory:
tests/test.spec.ts#L53
1) [api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
51 |
52 | const randomBoolean = Math.random() > 0.5;
> 53 | expect(randomBoolean).toBe(true);
| ^
54 | });
55 |
56 | test("4 flakey test @unsatisfactory", async ({ request }) => {
at /home/runner/work/playwright-api-test-demo/playwright-api-test-demo/tests/test.spec.ts:53:27
|
playwright-automation-checks
Process completed with exit code 1.
|
playwright-automation-checks
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|
playwright-automation-checks
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[api-checks] › test.spec.ts:49:7 › Custom Assertions › 3 flakey test @unsatisfactory ───────────
7 passed (6.8s)
|