You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today our dashboard has naturally grown with a decent amount of changes which displays data related to multiple products like OCP, Quay, Telco and HCP as well. While we have a well grown UI, we do not have a proper testing framework that makes sure if all the components are working as expected which has been a technical debt for a while. So we will need to implement a testing framework to the dashboard.
Acceptance Criteria
As a contributor/developer one should be able to trigger the testing framework for their changes and generate a coverage report out of it. This should help us to detect breaking changes earlier w.r.t any new additions or updates in the code base.
The text was updated successfully, but these errors were encountered:
Description
As of today our dashboard has naturally grown with a decent amount of changes which displays data related to multiple products like OCP, Quay, Telco and HCP as well. While we have a well grown UI, we do not have a proper testing framework that makes sure if all the components are working as expected which has been a technical debt for a while. So we will need to implement a testing framework to the dashboard.
Acceptance Criteria
As a contributor/developer one should be able to trigger the testing framework for their changes and generate a coverage report out of it. This should help us to detect breaking changes earlier w.r.t any new additions or updates in the code base.
The text was updated successfully, but these errors were encountered: