https://github.com/benjaminparisel/cypress-server
https://github.com/benjaminparisel/cypress-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminparisel/cypress-server
- Owner: benjaminParisel
- Created: 2019-07-09T07:36:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T07:37:44.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T05:43:54.335Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-server
## Goal
Start a node server to launch a tests suite located in a specific workspace in cypress
## Start
npm install
node index.js workspace="path/to/specific/tests/folder"