merge queue: embarking release/current (7197b4d) and #9486 together #14841
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
8m 7s
test-prod-node20
/
build-prod
8m 17s
Matrix: test-prod-node18 / run-playwright
test-prod-node18
/
launch-prod
1m 7s
Matrix: test-prod-node20 / run-playwright
test-prod-node20
/
launch-prod
1m 35s
test-prod-node18
/
report-playwright
0s
test-prod-node20
/
report-playwright
26s
Annotations
9 errors, 28 warnings, and 14 notices
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Test timeout of 30000ms exceeded.
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('comment-submit-button').first()
- locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
30 | await page.getByTestId('comment-reply-button').click();
31 | await page.locator('.cm-content').fill(commentText);
> 32 | await page.getByTestId('comment-submit-button').first().click();
| ^
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2');
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content')
29 | await page.getByTestId('page-comment-button').click();
30 | await page.getByTestId('comment-reply-button').click();
> 31 | await page.locator('.cm-content').fill(commentText);
| ^
32 | await page.getByTestId('comment-submit-button').first().click();
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:31:37
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Test timeout of 30000ms exceeded.
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('comment-submit-button').first()
- locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
30 | await page.getByTestId('comment-reply-button').click();
31 | await page.locator('.cm-content').fill(commentText);
> 32 | await page.getByTestId('comment-submit-button').first().click();
| ^
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2');
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments:
apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content')
29 | await page.getByTestId('page-comment-button').click();
30 | await page.getByTestId('comment-reply-button').click();
> 31 | await page.locator('.cm-content').fill(commentText);
| ^
32 | await page.getByTestId('comment-submit-button').first().click();
33 |
34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText);
at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:31:37
|
test-prod-node20 / report-playwright
Process completed with exit code 1.
|
test-prod-node18 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node18 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (webkit, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.6s
|
test-prod-node20 / run-playwright (webkit, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
test-prod-node20 / run-playwright (chromium, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (chromium, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.7s
|
Slow Test:
apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 19.4s
|
test-prod-node20 / run-playwright (firefox, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (firefox, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts took 40.4s
|
Slow Test:
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 16.0s
|
test-prod-node20 / run-playwright (firefox, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.5s
|
test-prod-node20 / run-playwright (firefox, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
test-prod-node20 / run-playwright (webkit, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-prod-node20 / run-playwright (webkit, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts took 40.6s
|
Slow Test:
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 16.4s
|
test-prod-node20 / run-playwright (chromium, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 41.4s
|
Slow Test:
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 16.7s
|
test-prod-node20 / run-playwright (chromium, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Slow Test:
apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 18.7s
|
test-prod-node20 / report-playwright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
39 passed (1.7m)
|
🎭 Playwright Run Summary
3 passed (28.1s)
|
🎭 Playwright Run Summary
3 passed (26.0s)
|
🎭 Playwright Run Summary
39 passed (1.6m)
|
🎭 Playwright Run Summary
1 passed (25.3s)
|
🎭 Playwright Run Summary
3 passed (26.5s)
|
🎭 Playwright Run Summary
39 passed (2.2m)
|
🎭 Playwright Run Summary
39 passed (1.7m)
|
🎭 Playwright Run Summary
3 passed (28.6s)
|
🎭 Playwright Run Summary
3 passed (26.5s)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ───────────────
38 passed (3.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────
38 passed (3.1m)
|
🎭 Playwright Run Summary
1 passed (24.7s)
|
🎭 Playwright Run Summary
3 passed (28.3s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Bundle Analyzing Report (node18.x)
|
660 KB |
|
Bundle Analyzing Report (node20.x)
|
660 KB |
|
Production Files (node18.x)
|
361 MB |
|
Production Files (node20.x)
|
361 MB |
|