Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigetlabs/jest-with-nightmare
https://github.com/vigetlabs/jest-with-nightmare
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vigetlabs/jest-with-nightmare
- Owner: vigetlabs
- Created: 2016-10-18T16:52:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:54:58.000Z (over 6 years ago)
- Last Synced: 2024-04-09T12:13:59.444Z (7 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest with Nightmare
[![CircleCI](https://circleci.com/gh/vigetlabs/jest-with-nightmare.svg?style=svg)](https://circleci.com/gh/vigetlabs/jest-with-nightmare)
## Setup
```
npm install
```This project also includes a `yarn.lock` file. Feel free to use that instead:
```
brew install yarn
yarn install
```## Run unit tests
```
npm test
```## Run acceptance tests
```
npm test:acceptance
```## Run all tests
```
npm test:all
```