Cypress refactor
General MR
Summary
- Updated to Gluon 0.4.7
- Removed cypress config as it is now coming from gluon
- Removed configuration of application from cypress test
- Updated cypress test to remove hardcoded references to user/password
- Validated user provided cypress tests can run as part of updated gluon
**Note: The upgrade job failed because the old test was resetting the admin password which is much more of a configuration task as opposed to a test which resulted in the password provided no longer being valid. This won't happen in future releases.
Relevant logs/screenshots
Linked Issue
Upgrade Notices
The configuration value for bbtests.cypress.envs.cypress_new_pwd has been removed and replaced with bbtests.cypress.envs.cypress_password. If cypress tests have been previously enabled for this application and used to perform initial configuration tasks it will no longer work. That functionality has been removed from the test as it is a post installation configuration task as opposed to an actual test.
Edited by Jimmy Bourque