feat: add field checkbox and fieldswitch #263
e2e-tests.yml
on: pull_request
Playwright E2E Tests
4m 0s
Annotations
3 errors, 6 warnings, and 1 notice
Playwright E2E Tests
Testing stopped early after 1 maximum allowed failures.
|
[webkit] βΊ admin.spec.ts:9:7 βΊ Admin access βΊ Redirect to Admin (/admin):
e2e/admin.spec.ts#L17
1) [webkit] βΊ admin.spec.ts:9:7 βΊ Admin access βΊ Redirect to Admin (/admin) ββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('admin-layout')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('admin-layout')
15 | );
16 |
> 17 | await expect(page.getByTestId('admin-layout')).toBeVisible();
| ^
18 | });
19 | });
20 |
at /home/runner/work/start-ui-web/start-ui-web/e2e/admin.spec.ts:17:52
|
Playwright E2E Tests
Process completed with exit code 1.
|
Playwright E2E Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Playwright E2E Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Playwright E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Slow Test:
[chromium] βΊ admin.spec.ts#L1
[chromium] βΊ admin.spec.ts took 19.6s
|
Slow Test:
[chromium] βΊ register.spec.ts#L1
[chromium] βΊ register.spec.ts took 15.7s
|
Slow Test:
[firefox] βΊ login.spec.ts#L1
[firefox] βΊ login.spec.ts took 15.6s
|
π Playwright Run Summary
1 failed
[webkit] βΊ admin.spec.ts:9:7 βΊ Admin access βΊ Redirect to Admin (/admin) βββββββββββββββββββββββ
9 did not run
20 passed (2.4m)
|