try fix e2e #88
Annotations
9 errors, 2 warnings, and 3 notices
|
Build and run UI tests (24.x)
Process completed with exit code 1.
|
|
[firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
2) [firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - firefox - 5788562a-e7f0-4ec3-a28d-9e730db6f943"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
[firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
2) [firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - firefox - 62ae2c5b-288f-473f-8f08-e6bcdc33ba11"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
[firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
2) [firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - firefox - 6c0159c9-da61-41d6-9527-3ebff48145da"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
[chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
1) [chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - chromium - f394d725-f228-4f26-bcf3-9aa3b0cfac9e"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
[chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
1) [chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - chromium - 3ce4ff09-9181-4e9a-8a5d-f9fc898d6d9d"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
[chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack:
e2e/smoke.spec.ts#L47
1) [chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('page-header-title')
Expected substring: "E2E Test Stack - chromium - 6d01cb5a-efd1-4012-b84d-87e71b26e789"
Received string: "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('page-header-title')
9 × locator resolved to <h4 data-variant="h4" is="shade-typography-h4" class="page-header-title" data-testid="page-header-title">…</h4>
- unexpected value "E2E DOG FOODING TIMETest Stack - chromium - 27a065be-9bb8-4f35-b785-967f7884dc93"
45 |
46 | await expect(page.locator('shade-dashboard')).toBeVisible()
> 47 | await expect(page.getByTestId('page-header-title')).toContainText(displayName)
| ^
48 |
49 | // Create a repository - FuryStack (https://github.com/furystack/furystack)
50 | await page.locator('button', { hasText: 'Add Repository' }).first().click()
at /home/runner/work/stack-craft/stack-craft/e2e/smoke.spec.ts:47:57
|
|
Build and run UI tests (22.x)
The strategy configuration was canceled because "build._24_x" failed
|
|
Build and run UI tests (22.x)
The operation was canceled.
|
|
Build and run UI tests (24.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Build and run UI tests (22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard
[firefox] › e2e/smoke.spec.ts:10:3 › App Flow › Create stack, create service, verify dashboard ─
4 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 passed (5.9s)
|
|
🎭 Playwright Run Summary
2 passed (4.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ScreenShots
|
3.06 KB |
sha256:129d9363f29aa6432eff8d11af67f4c31640b96fbe6213233b6c82e9df9ee18a
|
|