imprv: User group link in admin page #12844
ci-app-prod.yml
on: pull_request
test-prod-node18
/
build-prod
3m 58s
test-prod-node20
/
build-prod
3m 44s
test-prod-node18
/
launch-prod
1m 42s
Matrix: test-prod-node18 / run-cypress
Matrix: test-prod-node18 / run-playwright
Matrix: test-prod-node20 / run-cypress
Matrix: test-prod-node20 / run-playwright
run-reg-suit-node20
/
run-reg-suit
3m 40s
Annotations
8 errors, 9 warnings, and 14 notices
test-prod-node20 / run-cypress (21)
Process completed with exit code 1.
|
test-prod-node20 / run-cypress (23)
Cypress tests: 1 failed
|
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ──────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
[firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
test-prod-node20 / run-cypress (20)
Cypress tests: 9 failed
|
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user:
apps/app/playwright/auth.setup.ts#L1
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user:
apps/app/playwright/utils/Login.ts#L19
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/admin" until "load"
============================================================
at utils/Login.ts:19
17 | }
18 |
> 19 | await page.waitForURL('/admin');
| ^
20 | await expect(page).toHaveTitle(/Wiki Management Homepage/);
21 |
22 | // End of authentication steps.
at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14)
at /__w/growi/growi/apps/app/playwright/auth.setup.ts:8:3
|
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation:
apps/app/playwright/20-basic-features/presentation.spec.ts#L19
2) [chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('application').getByRole('heading', { level: 1 })
Expected pattern: /What can you do with GROWI?/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('application').getByRole('heading', { level: 1 })
17 | // check the content of the h1
18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 }))
> 19 | .toHaveText(/What can you do with GROWI?/);
| ^
20 |
21 | // forward the slide with button
22 | await page.getByRole('application').getByLabel('next slide').click();
at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
|
test-prod-node20 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html
apps/app/.next/analyze/server.html. No artifacts will be uploaded.
|
test-prod-node18 / build-prod
No files were found with the provided path: apps/app/.next/analyze/client.html
apps/app/.next/analyze/server.html. No artifacts will be uploaded.
|
test-prod-node20 / run-cypress (21)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: weseek/ghaction-slack-notification@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-prod-node20 / run-cypress (21)
No files were found with the provided path: apps/app/test/cypress/screenshots
apps/app/test/cypress/videos. No artifacts will be uploaded.
|
test-prod-node20 / run-cypress (23)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: weseek/ghaction-slack-notification@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.6s
|
Slow Test:
apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 16.5s
|
Slow Test:
apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 16.6s
|
test-prod-node20 / run-cypress (20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: weseek/ghaction-slack-notification@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
27 passed (48.5s)
|
🎭 Playwright Run Summary
2 passed (9.7s)
|
🎭 Playwright Run Summary
2 passed (9.3s)
|
🎭 Playwright Run Summary
27 passed (46.5s)
|
🎭 Playwright Run Summary
1 passed (8.9s)
|
🎭 Playwright Run Summary
27 passed (48.7s)
|
🎭 Playwright Run Summary
2 passed (10.1s)
|
🎭 Playwright Run Summary
3 passed (12.1s)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────────
26 passed (1.4m)
|
🎭 Playwright Run Summary
3 passed (12.3s)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ──────────────────────────
26 passed (1.5m)
|
🎭 Playwright Run Summary
2 flaky
[auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ──────────────────────────────────
[chromium] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ─────────────────────────
25 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (9.5s)
|
🎭 Playwright Run Summary
3 passed (12.1s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Production Files (node18.x)
Expired
|
109 MB |
|
Production Files (node20.x)
Expired
|
109 MB |
|
cypress-report-20
Expired
|
2.2 MB |
|
cypress-report-23
Expired
|
757 KB |
|
cypress-report-30
Expired
|
3.27 MB |
|
cypress-report-50
Expired
|
1.45 MB |
|