HA-686 - Fix cypress tests for integrations UI#6147
HA-686 - Fix cypress tests for integrations UI#6147andres-torres-marroquin merged 5 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| import sys, os, json, math, re | ||
|
|
||
| # Number of groups to create (adjust based on your needs) | ||
| NUM_GROUPS = 3 |
There was a problem hiding this comment.
Here we can configure the number of jobs we are targeting to
| Admin-UI-Cypress: | ||
| needs: prepare-matrix | ||
| strategy: | ||
| fail-fast: false |
There was a problem hiding this comment.
We want all the jobs to run completely, we don't want one job on the matrix to stop the rest of them.
There was a problem hiding this comment.
Consider adding this same message as a comment in the code for posterity
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6147 +/- ##
=======================================
Coverage 86.92% 86.92%
=======================================
Files 423 423
Lines 26150 26150
Branches 2840 2840
=======================================
Hits 22730 22730
Misses 2800 2800
Partials 620 620 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| Admin-UI-Cypress: | ||
| needs: prepare-matrix | ||
| strategy: | ||
| fail-fast: false |
There was a problem hiding this comment.
Consider adding this same message as a comment in the code for posterity
fides
|
||||||||||||||||||||||||||||
| Project |
fides
|
| Branch Review |
main
|
| Run status |
|
| Run duration | 00m 52s |
| Commit |
|
| Committer | Andrés Torres Marroquín |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
5
|
| View all changes introduced in this branch ↗︎ | |
Closes HA-686
Description Of Changes
Fix cypress tests for integrations ui
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works