Fun project with Cypress for E2E Testing (API & Web). Demo for API & Web using my simple book management application: https://momo-book.herokuapp.com
This project currently extended with the following requirements. Instructions on how to use them in your own application are linked below.
Requirement | Version |
---|---|
NodeJS | >= 12.9.0 |
NPM | >= 6.13.0 |
Make sure you the requirements above already install on your system. Clone the project to your directory and install the dependencies.
$ git clone git@github.com:moemoe89/e2e-cypress.git
$ cd e2e-cypress
$ npm install
For run application:
$ ./node_modules/.bin/cypress open
For run application with Docker:
$ docker-compose up --exit-code-from cypress
MIT