Cypress updates
General MR
Summary
- Updated to Gluon 0.4.7
- Updated Cypress tests to use shared commands from Gluon
- Removed cypress config as it is now coming from gluon
**Note: Currently all of the UI test updates to remove resources have been commented out as the script test relies on these resources to be present. Please refer to this issue for more information: #233 (closed)
Linked Issue
Upgrade Notices
bbtests.env.cypress.cypress_url is now a required variable to use the cypress tests as this value is no longer coming from the cypress config file.
Edited by Jimmy Bourque
Merge request reports
Activity
added statusdoing label
added 1 commit
- eb8afbb0 - Added clear coookies prior to login as different user
added 1 commit
- f51826a3 - Added more commands to clear out local storage
added 1 commit
- 1c935a5e - Updated shared command call and added additional clear command
added 1 commit
- e4808f10 - Added scrolltobottom and changed order of clearing user data
added 1 commit
- 5b9ba433 - Updated div to click to input instead of button and enabled force:true on click for user deletion
added 1 commit
- 5321d82b - Add explicit wait prior to validating user deletion
added 1 commit
- 0fc20b64 - Used shared command for project deletion and tweaked user deletion portion
added 1 commit
- 5f9dda22 - Removed user deletion validation as it shouldn't be necessary
added 1 commit
- ab76d865 - Commented out the new code and put back to old code until script is updated
Please register or sign in to reply