Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 944df30

Browse files
committed
add cypress tests to readme
1 parent 701b624 commit 944df30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Check out the [Releases](https://github.com/ghiscoding/Angular-Slickgrid/release
3838
- version `2.x.x` for Angular 7+
3939
- since version `2.11.0`, you can also change your build `target` to `ES2015` for modern browser.
4040

41-
### Fully Tested with [Jest](https://jestjs.io/)
42-
Angular-Slickgrid recently reached **100%** Test Coverage, we are talking about ~10,000 lines of code (+2,600 unit tests) that are now fully tested with [Jest](https://jestjs.io/).
41+
### Fully Tested with [Jest](https://jestjs.io/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
42+
Angular-Slickgrid reached **100%** Unit Test Coverage, we are talking about ~10,000 lines of code (+2,600 unit tests) that are now fully tested with [Jest](https://jestjs.io/). There are also over 300 Cypress E2E tests to cover most UI functionalities.
4343

4444
## Installation
4545
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/angular-slickgrid/wiki/HOWTO---Step-by-Step)** and/or clone the [Angular-Slickgrid Demos](https://github.com/ghiscoding/angular-slickgrid-demos) repository. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.

0 commit comments

Comments
 (0)