Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anthonygore/vue-vagrant-headless-chrome

Run Nightwatch E2E tests on headless chrome in a Vagrant box
https://github.com/anthonygore/vue-vagrant-headless-chrome

Last synced: 14 days ago
JSON representation

Run Nightwatch E2E tests on headless chrome in a Vagrant box

Awesome Lists containing this project

README

        

```bash
## Launch environment
$ vagrant up

## Access environment
$ vagrant ssh

## Install dependencies from within environment
$ cd app
$ npm i

## Run E2E tests
$ npm run test:e2e
```