https://github.com/benjaminparisel/meetup-cypress
https://github.com/benjaminparisel/meetup-cypress
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminparisel/meetup-cypress
- Owner: benjaminParisel
- License: mit
- Created: 2018-11-29T12:40:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T13:36:07.000Z (over 7 years ago)
- Last Synced: 2025-03-14T08:39:51.480Z (over 1 year ago)
- Language: HTML
- Size: 363 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``.