UNCLASSIFIED - NO CUI

Skip to content

Cypress refactor

Jimmy Bourque requested to merge cypress-refactor into main

General MR

Summary

  • Updated to use Gluon 0.4.7
  • Updated tests to ensure they clean up resources after it runs
  • Validated user provided tests can now be run

**Note: The test in the upgrade portion of the pipeline is failing due to the fact that it doesn't clean up the project it created during the first test. Furthermore, the validation of the project creation was not being done correctly which is why it was previously working. Instead of it looking for the message that would indicate the project was successfully created, it was looking for the name of the project it created which is always visible in the dialog box even if it cannot be created due to it already existing.

Relevant logs/screenshots

User Provided Cypress Test Success:

image

Linked Issue

issue

Upgrade Notices

N/A

Edited by Jimmy Bourque

Merge request reports