feat(ci): add StackBlitz templates for e2e apps #3036
Annotations
10 errors, 3 warnings, and 10 notices
|
src/token.spec.ts:19:7 › PingAM tokens › login and get tokens:
src/utils/async-events.ts#L22
1) src/token.spec.ts:19:7 › PingAM tokens › login and get tokens ─────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/am/XUI/**" until "load"
navigated to "http://localhost:8443/ping-am/?error_description=The%20request_uri%20parameter%20is%20missing%20or%20invalid&state=MjI2MTMzMTY3MTQ5MzIxNjMxMDE5NTE1ODM0NDIxMTE5OTkyMzU2OA&error=invalid_request"
============================================================
at utils/async-events.ts:22
20 | if (!url)
21 | throw new Error('Must provide endpoint argument, type string, e.g. "/authenticate"');
> 22 | await Promise.all([page.waitForURL(url), page.getByRole('button', { name: text }).click()]);
| ^
23 | },
24 | async clickLink(text, endpoint) {
25 | if (!endpoint)
at clickWithRedirect (/home/workflows/workspace/e2e/oidc-suites/src/utils/async-events.ts:22:31)
at /home/workflows/workspace/e2e/oidc-suites/src/token.spec.ts:23:11
|
|
src/token.spec.ts:19:7 › PingAM tokens › login and get tokens:
src/token.spec.ts#L0
1) src/token.spec.ts:19:7 › PingAM tokens › login and get tokens ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
src/logout.spec.ts:19:7 › Logout tests › PingAM login then logout:
src/utils/async-events.ts#L22
1) src/logout.spec.ts:19:7 › Logout tests › PingAM login then logout ─────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/am/XUI/**" until "load"
navigated to "http://localhost:8443/ping-am/?error_description=The%20request_uri%20parameter%20is%20missing%20or%20invalid&state=NzMxMDIyMDkyMzAyMjU3NzE0NzIyODIzMjE0MTUxNTMxMTkxMzUyNzIwMQ&error=invalid_request"
============================================================
at utils/async-events.ts:22
20 | if (!url)
21 | throw new Error('Must provide endpoint argument, type string, e.g. "/authenticate"');
> 22 | await Promise.all([page.waitForURL(url), page.getByRole('button', { name: text }).click()]);
| ^
23 | },
24 | async clickLink(text, endpoint) {
25 | if (!endpoint)
at clickWithRedirect (/home/workflows/workspace/e2e/oidc-suites/src/utils/async-events.ts:22:31)
at /home/workflows/workspace/e2e/oidc-suites/src/logout.spec.ts:37:11
|
|
src/logout.spec.ts:19:7 › Logout tests › PingAM login then logout:
src/logout.spec.ts#L0
1) src/logout.spec.ts:19:7 › Logout tests › PingAM login then logout ─────────────────────────────
Test timeout of 30000ms exceeded.
|
|
src/login.spec.ts:35:7 › PingAM login and get token tests › redirect login with valid credentials:
src/utils/async-events.ts#L22
2) src/login.spec.ts:35:7 › PingAM login and get token tests › redirect login with valid credentials
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/am/XUI/**" until "load"
navigated to "http://localhost:8443/ping-am/?error_description=The%20request_uri%20parameter%20is%20missing%20or%20invalid&state=ODExMzAzNTU0MjUyODE5MjIyNjI0MDgyNjYxMjExMzE0NDE2OTIxOA&error=invalid_request"
============================================================
at utils/async-events.ts:22
20 | if (!url)
21 | throw new Error('Must provide endpoint argument, type string, e.g. "/authenticate"');
> 22 | await Promise.all([page.waitForURL(url), page.getByRole('button', { name: text }).click()]);
| ^
23 | },
24 | async clickLink(text, endpoint) {
25 | if (!endpoint)
at clickWithRedirect (/home/workflows/workspace/e2e/oidc-suites/src/utils/async-events.ts:22:31)
at /home/workflows/workspace/e2e/oidc-suites/src/login.spec.ts:39:11
|
|
src/login.spec.ts:35:7 › PingAM login and get token tests › redirect login with valid credentials:
src/login.spec.ts#L0
2) src/login.spec.ts:35:7 › PingAM login and get token tests › redirect login with valid credentials
Test timeout of 30000ms exceeded.
|
|
src/login.spec.ts:19:7 › PingAM login and get token tests › background login with valid credentials:
src/utils/async-events.ts#L22
1) src/login.spec.ts:19:7 › PingAM login and get token tests › background login with valid credentials
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/am/XUI/**" until "load"
navigated to "http://localhost:8443/ping-am/?error_description=The%20request_uri%20parameter%20is%20missing%20or%20invalid&state=MTAzMjA5MzcyMjgxMjIxMTIxNDEyMTcxMTc5MTIwMjgwMTY0MTgzMTAyNDg&error=invalid_request"
============================================================
at utils/async-events.ts:22
20 | if (!url)
21 | throw new Error('Must provide endpoint argument, type string, e.g. "/authenticate"');
> 22 | await Promise.all([page.waitForURL(url), page.getByRole('button', { name: text }).click()]);
| ^
23 | },
24 | async clickLink(text, endpoint) {
25 | if (!endpoint)
at clickWithRedirect (/home/workflows/workspace/e2e/oidc-suites/src/utils/async-events.ts:22:31)
at /home/workflows/workspace/e2e/oidc-suites/src/login.spec.ts:23:11
|
|
src/login.spec.ts:19:7 › PingAM login and get token tests › background login with valid credentials:
src/login.spec.ts#L0
1) src/login.spec.ts:19:7 › PingAM login and get token tests › background login with valid credentials
Test timeout of 30000ms exceeded.
|
|
src/user.spec.ts:19:7 › User tests › get user info from PingAM:
src/utils/async-events.ts#L22
1) src/user.spec.ts:19:7 › User tests › get user info from PingAM ────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/am/XUI/**" until "load"
navigated to "http://localhost:8443/ping-am/?error_description=The%20request_uri%20parameter%20is%20missing%20or%20invalid&state=MjAwMjQxNjI0OTgwMTIxMTUxMjQ1MTE3MTI4OTQxMDIxNTUxMTEyMTIyMzI&error=invalid_request"
============================================================
at utils/async-events.ts:22
20 | if (!url)
21 | throw new Error('Must provide endpoint argument, type string, e.g. "/authenticate"');
> 22 | await Promise.all([page.waitForURL(url), page.getByRole('button', { name: text }).click()]);
| ^
23 | },
24 | async clickLink(text, endpoint) {
25 | if (!endpoint)
at clickWithRedirect (/home/workflows/workspace/e2e/oidc-suites/src/utils/async-events.ts:22:31)
at /home/workflows/workspace/e2e/oidc-suites/src/user.spec.ts:23:11
|
|
src/user.spec.ts:19:7 › User tests › get user info from PingAM:
src/user.spec.ts#L0
1) src/user.spec.ts:19:7 › User tests › get user info from PingAM ────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
pr
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/checkout@v4, actions/upload-artifact@v5, nrwl/nx-set-shas@v4, pnpm/action-setup@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/
|
|
pr
The process '/usr/bin/git' failed with exit code 128
|
|
pr
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 skipped
1 passed (19.7s)
|
|
🎭 Playwright Run Summary
2 passed (17.0s)
|
|
🎭 Playwright Run Summary
1 passed (13.2s)
|
|
🎭 Playwright Run Summary
1 passed (17.0s)
|
|
🎭 Playwright Run Summary
1 passed (16.7s)
|
|
🎭 Playwright Run Summary
2 passed (35.1s)
|
|
🎭 Playwright Run Summary
1 failed
src/logout.spec.ts:19:7 › Logout tests › PingAM login then logout ──────────────────────────────
1 passed (42.9s)
|
|
🎭 Playwright Run Summary
1 passed (18.2s)
|
|
🎭 Playwright Run Summary
2 failed
src/login.spec.ts:19:7 › PingAM login and get token tests › background login with valid credentials
src/login.spec.ts:35:7 › PingAM login and get token tests › redirect login with valid credentials
7 passed (1.4m)
|
|
🎭 Playwright Run Summary
1 failed
src/user.spec.ts:19:7 › User tests › get user info from PingAM ─────────────────────────────────
2 passed (44.0s)
|