https://github.com/valentinogagliardi/cypress-tutorial
Companion repo for JavaScript End to End Testing with Cypress
https://github.com/valentinogagliardi/cypress-tutorial
cypress e2e-tests javascript testing
Last synced: 5 months ago
JSON representation
Companion repo for JavaScript End to End Testing with Cypress
- Host: GitHub
- URL: https://github.com/valentinogagliardi/cypress-tutorial
- Owner: valentinogagliardi
- License: mit
- Created: 2020-01-24T12:47:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:56:20.000Z (over 3 years ago)
- Last Synced: 2025-04-01T18:10:41.628Z (about 1 year ago)
- Topics: cypress, e2e-tests, javascript, testing
- Language: JavaScript
- Homepage: https://www.valentinog.com/blog/cypress/
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-tutorial
> Companion repo for: Cypress tutorial for beginners
## Usage
Install the dependencies and run the development server:
```bash
npx serve
```
Run the test:
```bash
npm run e2e
```