An open API service indexing awesome lists of open source software.

https://github.com/andreynav/cypress-af

Cypress E2E and API tests
https://github.com/andreynav/cypress-af

Last synced: about 1 year ago
JSON representation

Cypress E2E and API tests

Awesome Lists containing this project

README

          

# General Notes

The project is for Cypress automation framework practice testing

## Running tests

To run JSON server, go to the ROOT of the project and enter the following command to the console:

```console
docker run -d --rm -p 80:80 --name json-s -v $(pwd)/json-server:/data/ clue/json-server --watch
```

To run Cypress, open console and enter the following command:

```console
npx cypress open
```