feat(gha): add playwright tests & GHA workflow #44
Annotations
4 errors, 1 warning, and 1 notice
e2e/tests/example.spec.ts#L1
1) [chromium] › example.spec.ts:10:5 › has title ─────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/tests/example.spec.ts#L17
1) [chromium] › example.spec.ts:10:5 › has title ─────────────────────────────────────────────────
Error: expect(received).toHaveTitle(expected)
Expected string: "GreenSTAR"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 60000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
- locator resolved to <html>…</html>
- unexpected value ""
15 | timeout: 1000 * 60,
16 | });
> 17 | await expect(page).toHaveTitle("GreenSTAR", {
| ^
18 | timeout: 1000 * 60,
19 | });
20 | });
at /home/runner/work/greenstar/greenstar/e2e/tests/example.spec.ts:17:24
|
e2e/tests/example.spec.ts#L1
1) [chromium] › example.spec.ts:10:5 › has title ─────────────────────────────────────────────────
Pending operations:
- expect.toHaveTitle at tests/example.spec.ts:17:24
|
|
|
|
The logs for this run have expired and are no longer available.
Loading