chore(e2e): scorecard grouped metric tests - #4196
Conversation
Changed Packages
|
PR Summary by QodoAdd E2E coverage for Scorecard grouped metrics (NFS mode)
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
|
🤖 Finished Review · ✅ Success · Started 3:40 AM UTC · Completed 3:57 AM UTC |
Code Review by Qodo
1. Broken getByLabel locators
|
ReviewFindingsLow
Previous runReviewFindingsMedium
Low
Labels: PR adds e2e tests for scorecard grouped metrics |
…veloper#4192) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: André <alizardo@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
…eveloper#4118) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2cef413 to
493364b
Compare
|
🤖 Review · |
ec3228e to
ca9c77e
Compare
|
🤖 Review · |
|
🤖 Review · |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
|
🤖 Finished Review · ✅ Success · Started 7:07 AM UTC · Completed 7:21 AM UTC |
| } | ||
|
|
||
| getBucketTile( | ||
| card: Locator, |
There was a problem hiding this comment.
[low] type alias reuse
The threshold key union 'success' | 'warning' | 'error' is inlined in getBucketTile and getFilterPill. In HomePage.ts, the same union is extracted to a named ThresholdState type alias. Consider extracting a shared type to maintain consistency with sibling page objects.
Suggested fix: Extract a shared ThresholdState type and reference it in getBucketTile and getFilterPill.



Hey, I just made a Pull Request!
Adding e2e for Scorecard grouped metrics.
RHIDP-15177
✔️ Checklist