Chrome DevTools extension for Ping Identity auth flow debugging #3003
Annotations
2 errors, 2 warnings, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/protect.test.ts:12:1 › Test PingOne Protect journey flow:
src/protect.test.ts#L49
1) src/protect.test.ts:12:1 › Test PingOne Protect journey flow ──────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('PingOne Protect initialized successfully!')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByText('PingOne Protect initialized successfully!')
47 |
48 | await expect(page.getByText('Initializing PingOne Protect...')).toBeVisible({ timeout: 10000 });
> 49 | await expect(page.getByText('PingOne Protect initialized successfully!')).toBeVisible({
| ^
50 | timeout: 15000,
51 | });
52 |
at /home/workflows/workspace/e2e/journey-suites/src/protect.test.ts:49:77
|
|
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
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 passed (17.9s)
|
|
🎭 Playwright Run Summary
1 passed (17.7s)
|
|
🎭 Playwright Run Summary
1 skipped
1 passed (22.0s)
|
|
🎭 Playwright Run Summary
1 passed (17.7s)
|
|
🎭 Playwright Run Summary
1 passed (19.4s)
|
|
🎭 Playwright Run Summary
1 passed (17.0s)
|
|
🎭 Playwright Run Summary
2 passed (27.1s)
|
|
🎭 Playwright Run Summary
3 passed (21.1s)
|
|
🎭 Playwright Run Summary
3 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 passed (1.0m)
|