Skip to content

Commit fb0afca

Browse files
[#1711] Upgrade to Cypress 9.5.1
Cypress 9.5.1 is now available but we are still on 7.0.1. Let's upgrade Cypress to use the latest version.
1 parent e55de43 commit fb0afca

File tree

5 files changed

+345
-786
lines changed

5 files changed

+345
-786
lines changed

docs/dg/workflow.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ Note that it is **compulsory** to add tests for the new front-end changes that y
113113

114114
### Running tests
115115

116-
To run all tests locally, run `gradlew frontendTest`.
116+
To run all tests locally, run `gradlew frontendTest`.
117+
* Using the above command, tests are run on the CLI without the report being displayed.
118+
* To show the report, run `gradlew cypress` then select `Run 18 integration specs` in the Cypress GUI as shown below:
119+
![Cypress Test Run All](../images/cypress-test-run-all.jpg)
117120

118121
<box type="info" seamless>
119122

docs/images/cypress-test-run-all.jpg

50.4 KB
Loading

docs/images/cypress-test-runner.jpg

17.6 KB
Loading

0 commit comments

Comments
 (0)