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

https://github.com/eperedo/cypress-learning


https://github.com/eperedo/cypress-learning

bootstrap cypress

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### Cypress Testing

> a basic guide to get started with Cypress

### Usage

1. Installing dependencies

```bash
npm i
```

2. Open server

```bash
npm run dev
```

3. Run tests

```bash
npm run co
```