feat(label-group): create pf-label-group element #10806
tests.yml
on: pull_request
Matrix: Compile project
SSR Tests (Playwright)
1m 50s
Verify that build runs on Windows
1m 37s
Publish Playwright Report
35s
Validate successful build on main
4s
Annotations
6 errors, 9 warnings, and 2 notices
|
Unit Tests (Web Test Runner)
❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration)
|
|
Validate successful build on main
Resource not accessible by integration
|
|
Validate successful build on main
HttpError: Resource not accessible by integration
|
|
SSR Tests (Playwright)
Process completed with exit code 1.
|
|
elements/pf-label-group/test/pf-label-group.e2e.ts:14:3 › pf-label-group › ssr:
elements/pf-label-group/pf-label-group.ts#L116
1) elements/pf-label-group/test/pf-label-group.e2e.ts:14:3 › pf-label-group › ssr ────────────────
Error: TypeError: this.renderRoot?.querySelector is not a function
at elements/pf-label-group/pf-label-group.ts:116
114 |
115 | get #hasCategory(): boolean {
> 116 | return (this._categorySlotted ?? []).length > 0;
| ^
117 | }
118 |
119 | get #remaining(): number {
at PfLabelGroup._categorySlotted (file:///__w/patternfly-elements/patternfly-elements/node_modules/@lit/reactive-element/src/decorators/query-assigned-nodes.ts:83:28)
at PfLabelGroup._PfLabelGroup_hasCategory_get (file:///__w/patternfly-elements/patternfly-elements/elements/pf-label-group/pf-label-group.ts:116:18)
at __classPrivateFieldGet (/__w/patternfly-elements/patternfly-elements/node_modules/tslib/tslib.js:339:52)
at PfLabelGroup.render (file:///__w/patternfly-elements/patternfly-elements/elements/pf-label-group/pf-label-group.ts:145:48)
at file:///__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/lit-element-renderer.ts:138:57
at RenderResultIterator.next (file:///__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/render.ts:126:17)
at collectResult (file:///__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/render-result.ts:54:14)
at ssr (file:///__w/patternfly-elements/patternfly-elements/tools/pfe-tools/ssr/ssr.ts:10:10)
at renderGlobal (file:///__w/patternfly-elements/patternfly-elements/tools/pfe-tools/ssr/global.ts:16:10)
at file:///__w/patternfly-elements/patternfly-elements/tools/pfe-tools/test/playwright/SSRPage.ts:59:35
expect(received).toEqual(expected) // deep equality
Expected: 200
Received: 500
at PfLabelGroup._categorySlotted (/__w/patternfly-elements/patternfly-elements/node_modules/@lit/reactive-element/src/decorators/query-assigned-nodes.ts:83:28)
at PfLabelGroup._PfLabelGroup_hasCategory_get (/__w/patternfly-elements/patternfly-elements/elements/pf-label-group/pf-label-group.ts:116:18)
at __classPrivateFieldGet (/__w/patternfly-elements/patternfly-elements/node_modules/tslib/tslib.js:339:52)
at PfLabelGroup.render (/__w/patternfly-elements/patternfly-elements/elements/pf-label-group/pf-label-group.ts:145:48)
at /__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/lit-element-renderer.ts:138:57
at RenderResultIterator.next (/__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/render.ts:126:17)
at collectResult (/__w/patternfly-elements/patternfly-elements/node_modules/@lit-labs/ssr/src/lib/render-result.ts:54:14)
at ssr (/__w/patternfly-elements/patternfly-elements/tools/pfe-tools/ssr/ssr.ts:10:10)
at renderGlobal (/__w/patternfly-elements/patternfly-elements/tools/pfe-tools/ssr/global.ts:16:10)
at /__w/patternfly-elements/patternfly-elements/tools/pfe-tools/test/playwright/SSRPage.ts:59:35
at SSRPage.snapshot (/__w/patternfly-elements/patternfly-elements/tools/pfe-tools/test/playwright/SSRPage.ts:117:10)
at SSRPage.snapshots (/__w/patternfly-elements/patternfly-elements/tools/pfe-tools/test/playwright/SSRPage.ts:133:9)
at /__w/patternfly-elements/patternfly-elements/elements/pf-label-group/test/pf-label-group.e2e.ts:23:5
|
|
Publish Playwright Report
The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 128 ❌
|
|
Lint files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@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/
|
|
Compile project (24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@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/
|
|
Compile project (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@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/
|
|
Unit Tests (Web Test Runner)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, mikepenz/action-junit-report@v2.8.2. 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/
|
|
Unit Tests (Web Test Runner)
⚠️ This usually indicates insufficient permissions. More details: https://github.com/mikepenz/action-junit-report/issues/23
|
|
Verify that build runs on Windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@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/
|
|
Validate successful build on main
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-ecosystem/action-add-labels@v1. 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/
|
|
SSR Tests (Playwright)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@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/
|
|
Publish Playwright Report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@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/
|
|
🎭 Playwright Run Summary
1 failed
elements/pf-label-group/test/pf-label-group.e2e.ts:14:3 › pf-label-group › ssr ─────────────────
34 passed (24.1s)
|
|
Publish Playwright Report
Deployment failed! ❌
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-report
|
4.69 MB |
sha256:2ece32003399278dad62a60e96f874e940306a3b37c3f925f694eb316dffac57
|
|