Add environment variable to workflow #4
validate.yml
on: push
Annotations
10 errors, 2 warnings, and 1 notice
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
1) [chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-chromium-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
1) [chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-2-chromium-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
[chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes:
e2e/tests/pages/index.test.ts#L34
2) [chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ────
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/index.test.ts-snapshots/index-page-should-not-have-visible-changes-1-chromium-linux.png, writing actual.
32 | await indexPage.goto();
33 |
> 34 | await expect(indexPage.page).toHaveScreenshot();
| ^
35 | }
36 | });
37 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/index.test.ts:34:4
|
[chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes:
e2e/tests/pages/index.test.ts#L34
2) [chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ────
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/index.test.ts-snapshots/index-page-should-not-have-visible-changes-2-chromium-linux.png, writing actual.
32 | await indexPage.goto();
33 |
> 34 | await expect(indexPage.page).toHaveScreenshot();
| ^
35 | }
36 | });
37 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/index.test.ts:34:4
|
[firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
3) [firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ─
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-firefox-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
[firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
3) [firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ─
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-2-firefox-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
[firefox] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes:
e2e/tests/pages/index.test.ts#L34
4) [firefox] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ─────
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/index.test.ts-snapshots/index-page-should-not-have-visible-changes-1-firefox-linux.png, writing actual.
32 | await indexPage.goto();
33 |
> 34 | await expect(indexPage.page).toHaveScreenshot();
| ^
35 | }
36 | });
37 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/index.test.ts:34:4
|
[firefox] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes:
e2e/tests/pages/index.test.ts#L34
4) [firefox] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ─────
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/index.test.ts-snapshots/index-page-should-not-have-visible-changes-2-firefox-linux.png, writing actual.
32 | await indexPage.goto();
33 |
> 34 | await expect(indexPage.page).toHaveScreenshot();
| ^
35 | }
36 | });
37 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/index.test.ts:34:4
|
[webkit] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
5) [webkit] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ──
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-1-webkit-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
[webkit] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes:
e2e/tests/pages/imprint.test.ts#L48
5) [webkit] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ──
Error: A snapshot doesn't exist at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/snapshots/tests/pages/imprint.test.ts-snapshots/imprint-page-should-not-have-visible-changes-2-webkit-linux.png, writing actual.
46 | await imprintPage.goto();
47 |
> 48 | await expect(imprintPage.page).toHaveScreenshot();
| ^
49 | }
50 | });
51 | });
at /home/runner/work/sicprod-nuxt/sicprod-nuxt/e2e/tests/pages/imprint.test.ts:48:4
|
Validate (20.x, ubuntu-latest):
components/detail-page.vue#L23
Classname 'text-gray-500' is not a Tailwind CSS class!
|
Validate (20.x, ubuntu-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
6 failed
[chromium] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ─
[chromium] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ─────
[firefox] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ──
[firefox] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ──────
[webkit] › tests/pages/imprint.test.ts:43:2 › imprint page › should not have visible changes ───
[webkit] › tests/pages/index.test.ts:29:2 › index page › should not have visible changes ───────
3 skipped
114 passed (1.9m)
|