-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging conversion and transfers Cypress tests #1254
base: main
Are you sure you want to change the base?
Conversation
The Changes still needs bit refining and check if all the tests are passing |
Note: Cypress.env.json file needs to be update in local and in CI flow for transfersUrl |
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structure looks great!
Can also run some of the Transfers tests from this remote branch with the Transfers URL @RichikaD mentions...
Guessing some of these Transfers Cypress tests are quite old though which is why I guess some of them are failing...
Run of remote branch on my Windows DFE device
Run of Remote Branch on My Mac
Context : Earlier the Conversions and Transfers Cypress tests were running in a separate projects/repositories. However as now Conversions and transfers projects are merged into one thus we want to run the Cypress tests in same repository.
The issue was that the Conversion cypess tests were written in javascript and Transfers cypress tests were written in typescript. We wanted to merge them and run together in the same repository for better picture/structure.
Resolved by following these steps:
Conversion tests
Transfers tests