feat: improve login tracing #4104
Annotations
10 errors, 3 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L27
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:49:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:62:5
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L27
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:49:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:62:5
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L27
1) [Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:49:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:62:5
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L1
2) [Mobile Chrome] › app_login.spec.ts:87:7 › Login › login twice ────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L27
2) [Mobile Chrome] › app_login.spec.ts:87:7 › Login › login twice ────────────────────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:49:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:88:5
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L1
2) [Mobile Chrome] › app_login.spec.ts:87:7 › Login › login twice ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
test/e2e/playwright/tests/app_login.spec.ts#L27
2) [Mobile Chrome] › app_login.spec.ts:87:7 › Login › login twice ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
25 |
26 | async function testRegistrationOrLogin(page: Page, username: string) {
> 27 | const popupPromise = page.waitForEvent("popup")
| ^
28 | await page.getByText(/sign (up|in) with ory/i).click()
29 | const popup = await popupPromise
30 |
at testRegistrationOrLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:27:29)
at testLogin (/home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:49:10)
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:88:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v2, actions/setup-go@v4, actions/checkout@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Playwright tests:
test/e2e/[Mobile Chrome] › app_recovery.spec.ts#L1
test/e2e/[Mobile Chrome] › app_recovery.spec.ts took 21.9s
|
Run Playwright tests
4 failed
[Mobile Chrome] › app_login.spec.ts:59:7 › Registration › register, then login ─────────────────
[Mobile Chrome] › app_login.spec.ts:87:7 › Login › login twice ─────────────────────────────────
[Mobile Chrome] › app_login.spec.ts:93:7 › Login › login, then register ────────────────────────
[Mobile Chrome] › app_login.spec.ts:99:7 › Login › login, cancel, login ────────────────────────
6 passed (6.9m)
|
The logs for this run have expired and are no longer available.
Loading