feat: add lefthook to handle git hooks #763
e2e-tests.yml
on: pull_request
Playwright E2E Tests
4m 39s
Annotations
1 error, 1 warning, and 1 notice
[chromium] βΊ e2e/login.spec.ts:6:3 βΊ Login flow βΊ Login as admin:
e2e/utils/page-utils.ts#L38
1) [chromium] βΊ e2e/login.spec.ts:6:3 βΊ Login flow βΊ Login as admin ββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Login or Sign Up')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Login or Sign Up')
- waiting for" http://localhost:3000/login" navigation to finish...
- navigated to "http://localhost:3000/login"
at utils/page-utils.ts:38
36 | locales[DEFAULT_LANGUAGE_KEY].auth.pageLoginWithSignUp.title
37 | )
> 38 | ).toBeVisible();
| ^
39 |
40 | await page
41 | .getByPlaceholder(locales[DEFAULT_LANGUAGE_KEY].auth.fields.email.label)
at Object.login (/home/runner/work/start-ui-web/start-ui-web/e2e/utils/page-utils.ts:38:9)
at /home/runner/work/start-ui-web/start-ui-web/e2e/login.spec.ts:9:5
|
Playwright E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
π Playwright Run Summary
1 flaky
[chromium] βΊ e2e/login.spec.ts:6:3 βΊ Login flow βΊ Login as admin βββββββββββββββββββββββββββββββ
14 passed (53.9s)
|