https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert
Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Assert.
https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert
assert chai cypress e2e-test e2e-testing e2e-tests es6
Last synced: 11 months ago
JSON representation
Cypress end-to-end test automation boilerplate, using ES6 Modules. Chai and Assert.
- Host: GitHub
- URL: https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert
- Owner: e2e-boilerplate
- License: mit
- Created: 2020-02-16T02:40:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T21:08:12.000Z (11 months ago)
- Last Synced: 2025-08-07T23:20:36.145Z (11 months ago)
- Topics: assert, chai, cypress, e2e-test, e2e-testing, e2e-tests, es6
- Language: JavaScript
- Homepage:
- Size: 531 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/e2e-boilerplate/cypress-es-modules-chai-assert/actions?workflow=cypress-es-modules-chai-assert) [](https://opensource.org/licenses/MIT) [](https://www.buymeacoffee.com/xgirma)
# Cypress Boilerplate
Cypress end-to-end test automation boilerplate, Using [ES Modules](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), [Chai](https://www.chaijs.com) and [Commonjs](https://www.chaijs.com/api/assert/). Clone or fork this repository.
## Getting Started
1. git clone git@github.com:e2e-boilerplate/cypress-es-modules-chai-assert.git
2. cd cypress-es-modules-chai-assert
3. npm install
4. npm run test
For more boilerplate click [here](https://github.com/e2e-boilerplate/utils/blob/master/docs/implemented.md)