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
- Host: GitHub
- URL: https://github.com/andreynav/cypress-af
- Owner: andreynav
- Created: 2023-05-30T06:49:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T09:10:43.000Z (about 3 years ago)
- Last Synced: 2025-02-12T23:39:34.066Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```