Skip to content

Commit

Permalink
[#1711] Upgrade to Cypress 9.5.1
Browse files Browse the repository at this point in the history
Cypress 9.5.1 is now available but we are still on 7.0.1.

Let's upgrade Cypress to use the latest version.
  • Loading branch information
yhtMinceraft1010X authored Mar 14, 2022
1 parent e55de43 commit fb0afca
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 786 deletions.
5 changes: 4 additions & 1 deletion docs/dg/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ Note that it is **compulsory** to add tests for the new front-end changes that y

### Running tests

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

<box type="info" seamless>

Expand Down
Binary file added docs/images/cypress-test-run-all.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/cypress-test-runner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb0afca

Please sign in to comment.