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

https://github.com/benjaminparisel/meetup-cypress


https://github.com/benjaminparisel/meetup-cypress

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# meetup-cypress

## Installation

Run npm install to download cypress and other dependencies

## Development stage

When you development your app, you want to write test. To open cypress test runner, run ``cypress open``.
[The Test runner](https://docs.cypress.io/guides/core-concepts/test-runner.html#Overview) is now opening

## Build stage

During build stage you want run test without opening test runner. To do this, you can execute ``cypress run``.