chore(deps)(deps): bump the production-minor-and-patch group across 1 directory with 6 updates #33
Annotations
7 errors and 1 notice
|
Playwright integration tests
Process completed with exit code 1.
|
|
Playwright integration tests:
tests/integration/playwright/wcag-axe.test.ts#L341
2) [chromium] › tests/integration/playwright/wcag-axe.test.ts:325:3 › SARIF render + write pipeline › SARIF fixture is byte-identical to docs/integration/fixture-sarif.json
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -4,11 +4,11 @@
"runs": [
{
"tool": {
"driver": {
"name": "pixelcheck",
- "version": "1.1.5",
+ "version": "1.2.1",
"informationUri": "https://github.com/xcodethink/pixelcheck",
"rules": [
{
"id": "wcag/1-1-1",
"name": "wcag/1-1-1",
339 | const committed = fs.readFileSync(fixturePath, "utf8").trim();
340 |
> 341 | expect(generated.trim()).toBe(committed);
| ^
342 | });
343 | });
344 |
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/wcag-axe.test.ts:341:30
|
|
Playwright integration tests:
tests/integration/playwright/wcag-axe.test.ts#L341
2) [chromium] › tests/integration/playwright/wcag-axe.test.ts:325:3 › SARIF render + write pipeline › SARIF fixture is byte-identical to docs/integration/fixture-sarif.json
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -4,11 +4,11 @@
"runs": [
{
"tool": {
"driver": {
"name": "pixelcheck",
- "version": "1.1.5",
+ "version": "1.2.1",
"informationUri": "https://github.com/xcodethink/pixelcheck",
"rules": [
{
"id": "wcag/1-1-1",
"name": "wcag/1-1-1",
339 | const committed = fs.readFileSync(fixturePath, "utf8").trim();
340 |
> 341 | expect(generated.trim()).toBe(committed);
| ^
342 | });
343 | });
344 |
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/wcag-axe.test.ts:341:30
|
|
Playwright integration tests:
tests/integration/playwright/wcag-axe.test.ts#L341
2) [chromium] › tests/integration/playwright/wcag-axe.test.ts:325:3 › SARIF render + write pipeline › SARIF fixture is byte-identical to docs/integration/fixture-sarif.json
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -4,11 +4,11 @@
"runs": [
{
"tool": {
"driver": {
"name": "pixelcheck",
- "version": "1.1.5",
+ "version": "1.2.1",
"informationUri": "https://github.com/xcodethink/pixelcheck",
"rules": [
{
"id": "wcag/1-1-1",
"name": "wcag/1-1-1",
339 | const committed = fs.readFileSync(fixturePath, "utf8").trim();
340 |
> 341 | expect(generated.trim()).toBe(committed);
| ^
342 | });
343 | });
344 |
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/wcag-axe.test.ts:341:30
|
|
Playwright integration tests:
src/core/reporter-pdf.ts#L158
1) [chromium] › tests/integration/playwright/recorder.test.ts:260:3 › reporter-pdf — real chromium PDF export › writePdfReport spawns chromium, renders valid PDF, cleans up
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
at ../../../src/core/reporter-pdf.ts:158
156 | async function launchChromium(): Promise<NonNullable<Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>>> {
157 | const { chromium } = await import("playwright");
> 158 | const browser = await chromium.launch({ headless: true });
| ^
159 | return browser as unknown as NonNullable<
160 | Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>
161 | >;
at launchChromium (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:158:34)
at writePdfReport (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:126:7)
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/recorder.test.ts:266:24
|
|
Playwright integration tests:
src/core/reporter-pdf.ts#L158
1) [chromium] › tests/integration/playwright/recorder.test.ts:260:3 › reporter-pdf — real chromium PDF export › writePdfReport spawns chromium, renders valid PDF, cleans up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
at ../../../src/core/reporter-pdf.ts:158
156 | async function launchChromium(): Promise<NonNullable<Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>>> {
157 | const { chromium } = await import("playwright");
> 158 | const browser = await chromium.launch({ headless: true });
| ^
159 | return browser as unknown as NonNullable<
160 | Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>
161 | >;
at launchChromium (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:158:34)
at writePdfReport (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:126:7)
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/recorder.test.ts:266:24
|
|
Playwright integration tests:
src/core/reporter-pdf.ts#L158
1) [chromium] › tests/integration/playwright/recorder.test.ts:260:3 › reporter-pdf — real chromium PDF export › writePdfReport spawns chromium, renders valid PDF, cleans up
Error: browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
at ../../../src/core/reporter-pdf.ts:158
156 | async function launchChromium(): Promise<NonNullable<Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>>> {
157 | const { chromium } = await import("playwright");
> 158 | const browser = await chromium.launch({ headless: true });
| ^
159 | return browser as unknown as NonNullable<
160 | Awaited<ReturnType<NonNullable<PdfReportOptions["launchBrowser"]>>>
161 | >;
at launchChromium (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:158:34)
at writePdfReport (/home/runner/work/pixelcheck/pixelcheck/src/core/reporter-pdf.ts:126:7)
at /home/runner/work/pixelcheck/pixelcheck/tests/integration/playwright/recorder.test.ts:266:24
|
|
Playwright integration tests
2 failed
[chromium] › tests/integration/playwright/recorder.test.ts:260:3 › reporter-pdf — real chromium PDF export › writePdfReport spawns chromium, renders valid PDF, cleans up
[chromium] › tests/integration/playwright/wcag-axe.test.ts:325:3 › SARIF render + write pipeline › SARIF fixture is byte-identical to docs/integration/fixture-sarif.json
3 skipped
20 passed (31.0s)
|
background
wait
wait-all
cancel
Loading