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

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

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
```