build(deps-dev): bump the dev-dependencies group across 1 directory with 11 updates #100
Annotations
10 errors, 3 warnings, and 2 notices
|
[chromium] › e2e/image-tools.spec.ts:164:3 › Image Tools E2E Tests › PNG Converter Flow › should display PNG converter controls:
e2e/image-tools.spec.ts#L173
3) [chromium] › e2e/image-tools.spec.ts:164:3 › Image Tools E2E Tests › PNG Converter Flow › should display PNG converter controls
Error: expect(locator).toBeVisible() failed
Locator: locator('h2').filter({ hasText: /PNG Converter/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('h2').filter({ hasText: /PNG Converter/i })
171 | await expect(
172 | page.locator("h2", { hasText: /PNG Converter/i }),
> 173 | ).toBeVisible();
| ^
174 | });
175 |
176 | test("should display convert button", async ({ page }) => {
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:173:6
|
|
[chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools:
e2e/image-tools.spec.ts#L103
2) [chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('h2').filter({ hasText: /PNG Converter/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('h2').filter({ hasText: /PNG Converter/i })
101 | await expect(
102 | page.locator("h2", { hasText: /PNG Converter/i }),
> 103 | ).toBeVisible({ timeout: 5000 });
| ^
104 |
105 | const cropButton = page.locator("button", { hasText: /Aspect Crop/i });
106 | await cropButton.click();
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:103:6
|
|
[chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools:
e2e/image-tools.spec.ts#L103
2) [chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('h2').filter({ hasText: /PNG Converter/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('h2').filter({ hasText: /PNG Converter/i })
101 | await expect(
102 | page.locator("h2", { hasText: /PNG Converter/i }),
> 103 | ).toBeVisible({ timeout: 5000 });
| ^
104 |
105 | const cropButton = page.locator("button", { hasText: /Aspect Crop/i });
106 | await cropButton.click();
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:103:6
|
|
[chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools:
e2e/image-tools.spec.ts#L103
2) [chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
Error: expect(locator).toBeVisible() failed
Locator: locator('h2').filter({ hasText: /PNG Converter/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('h2').filter({ hasText: /PNG Converter/i })
101 | await expect(
102 | page.locator("h2", { hasText: /PNG Converter/i }),
> 103 | ).toBeVisible({ timeout: 5000 });
| ^
104 |
105 | const cropButton = page.locator("button", { hasText: /Aspect Crop/i });
106 | await cropButton.click();
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:103:6
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L45
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div[class*="aspect-square"]').first()
43 | .locator('div[class*="aspect-square"]')
44 | .first();
> 45 | await imageThumbnail.click();
| ^
46 |
47 | const selectedImage = page.locator('div[class*="border-primary"]');
48 | await expect(selectedImage).toHaveCount(1);
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:45:25
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L0
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L45
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div[class*="aspect-square"]').first()
43 | .locator('div[class*="aspect-square"]')
44 | .first();
> 45 | await imageThumbnail.click();
| ^
46 |
47 | const selectedImage = page.locator('div[class*="border-primary"]');
48 | await expect(selectedImage).toHaveCount(1);
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:45:25
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L0
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L45
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div[class*="aspect-square"]').first()
43 | .locator('div[class*="aspect-square"]')
44 | .first();
> 45 | await imageThumbnail.click();
| ^
46 |
47 | const selectedImage = page.locator('div[class*="border-primary"]');
48 | await expect(selectedImage).toHaveCount(1);
at /home/runner/work/image-tools/image-tools/e2e/image-tools.spec.ts:45:25
|
|
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image:
e2e/image-tools.spec.ts#L0
1) [chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
Test timeout of 30000ms exceeded.
|
|
install-and-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
unit-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/upload-artifact@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
deserialize:
biome.jsonc#L2
The configuration schema version does not match the CLI version 2.4.6
|
|
🎭 Playwright Run Summary
18 failed
[chromium] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
[chromium] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
[chromium] › e2e/image-tools.spec.ts:164:3 › Image Tools E2E Tests › PNG Converter Flow › should display PNG converter controls
[chromium] › e2e/image-tools.spec.ts:176:3 › Image Tools E2E Tests › PNG Converter Flow › should display convert button
[chromium] › e2e/image-tools.spec.ts:262:3 › Image Tools E2E Tests › Gallery Flow › should select different images sequentially
[chromium] › e2e/image-tools.spec.ts:354:3 › Image Tools E2E Tests › General UI Tests › should maintain state after tool switching
[firefox] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
[firefox] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
[firefox] › e2e/image-tools.spec.ts:164:3 › Image Tools E2E Tests › PNG Converter Flow › should display PNG converter controls
[firefox] › e2e/image-tools.spec.ts:176:3 › Image Tools E2E Tests › PNG Converter Flow › should display convert button
[firefox] › e2e/image-tools.spec.ts:262:3 › Image Tools E2E Tests › Gallery Flow › should select different images sequentially
[firefox] › e2e/image-tools.spec.ts:354:3 › Image Tools E2E Tests › General UI Tests › should maintain state after tool switching
[webkit] › e2e/image-tools.spec.ts:37:3 › Image Tools E2E Tests › Image Upload Flow › should select uploaded image
[webkit] › e2e/image-tools.spec.ts:94:3 › Image Tools E2E Tests › Tool Selection Flow › should switch between different tools
[webkit] › e2e/image-tools.spec.ts:164:3 › Image Tools E2E Tests › PNG Converter Flow › should display PNG converter controls
[webkit] › e2e/image-tools.spec.ts:176:3 › Image Tools E2E Tests › PNG Converter Flow › should display convert button
[webkit] › e2e/image-tools.spec.ts:262:3 › Image Tools E2E Tests › Gallery Flow › should select different images sequentially
[webkit] › e2e/image-tools.spec.ts:354:3 › Image Tools E2E Tests › General UI Tests › should maintain state after tool switching
48 passed (11.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
7.6 MB |
sha256:9aca59590faf65d448f0e9d6678dc9d73591141d3ab2fabe5064574b07ca119a
|
|