Change Playwright reporter when running in Github action #152
Annotations
4 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "testtest"
Received: "test"
28 | expect(await heynotePage.getBlockContent(0)).toBe("test")
29 | await page.locator("body").press("Control+Y")
> 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest")
| ^
31 |
32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A")
33 | await page.locator("body").press("Control+W")
at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
|
Run Playwright tests:
tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "testtest"
Received: "test"
28 | expect(await heynotePage.getBlockContent(0)).toBe("test")
29 | await page.locator("body").press("Control+Y")
> 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest")
| ^
31 |
32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A")
33 | await page.locator("body").press("Control+W")
at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
|
Run Playwright tests:
tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "testtest"
Received: "test"
28 | expect(await heynotePage.getBlockContent(0)).toBe("test")
29 | await page.locator("body").press("Control+Y")
> 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest")
| ^
31 |
32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A")
33 | await page.locator("body").press("Control+W")
at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
|
Run Playwright tests
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 failed
[chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ─────────
2 skipped
87 passed (1.9m)
|
The logs for this run have expired and are no longer available.
Loading