Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Cypress to testing sections
  • Loading branch information
SanttuA authored Sep 17, 2024
1 parent a917b3e commit ab2748e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ By default the running app uses port `8080`.
$ npm test:coverage
```
- Run Cypress tests with GUI (or use :run to run without GUI):
```
$ npm run cypress:open
```
### Running code linter
- To check the code for linting errors:
Expand Down Expand Up @@ -245,6 +251,7 @@ Testing framework
- [Jest](https://jestjs.io/) is used for running the tests and for test assertions. Running on [Jsdom](https://github.com/jsdom/jsdom) environment by default, which was a headless browser.
- [simple-mock](https://github.com/jupiter/simple-mock) and [MockDate](https://github.com/boblauer/MockDate) are used for mocking and spies.
- [Enzyme](https://github.com/airbnb/enzyme) is used to make testing React Components easier.
- [Cypress](https://www.cypress.io/) is used for larger E2E type testing.
Running Vscode debugger
----------------------
Expand Down

0 comments on commit ab2748e

Please sign in to comment.