Skip to content

Commit

Permalink
chore(deps): upgrade Cypress to v14 (ghiscoding#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 18, 2025
1 parent 5d0f58e commit 8043651
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 128 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The GitHub [live demo](https://ghiscoding.github.io/slickgrid-universal) above s
The Slickgrid-Universal [live demo](https://ghiscoding.github.io/slickgrid-universal) is a Vanilla Implementation (which is not associated to any framework) built with [ViteJS](https://vitejs.dev/) (originally [WebPack](https://webpack.js.org/)) and is also being used to run E2E tests with [Cypress](https://www.cypress.io/) for testing all UI functionalities. The [Vanilla-force-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-force-bundle), which extends the [vanilla-bundle](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-bundle) package is what we use in our SalesForce implementation (with Lightning Web Component) and can also be used as Standalone script (see [zip](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/vanilla-force-bundle/dist-grid-bundle-zip) file). These were all the original reasons to create this monorepo library and mainly to avoid code duplication. Dark Mode is also shown in some examples (not all), see [Dark Mode](https://ghiscoding.gitbook.io/slickgrid-universal/styling/dark-mode) documentation for more infos.

### Fully Tested with [Vitest](https://vitest.dev/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
Slickgrid-Universal has close to **100%** Unit Test Coverage, ~5,000 Vitest unit tests and also 700 Cypress E2E tests to cover all [Examples](https://ghiscoding.github.io/slickgrid-universal/) and most UI functionalities (each framework implementation also have an additional 700 tests as well), the goal is to test everything and offer peace of mind that pretty much all the code and PR changes are fully tested before being released.
Slickgrid-Universal has close to **100%** Unit Test Coverage, ~5,000 Vitest unit tests and also 800 Cypress E2E tests to cover all [Examples](https://ghiscoding.github.io/slickgrid-universal/) and most UI functionalities (each framework implementation also have an additional 700 tests as well), the goal is to test everything and offer peace of mind that pretty much all the code and PR changes are fully tested before being released.

### Available Public Packages

Expand Down
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^22.5.1",
"@types/node": "^22.10.7",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.79.3",
"typescript": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
"@lerna-lite/publish": "^3.11.0",
"@lerna-lite/run": "^3.11.0",
"@lerna-lite/watch": "^3.11.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.0-beta.3",
"@vitest/eslint-plugin": "^1.1.24",
"@vitest/ui": "^3.0.0-beta.3",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.17.0",
"cypress": "^14.0.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
Expand Down
Loading

0 comments on commit 8043651

Please sign in to comment.