Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anthonygore/vue-vagrant-headless-chrome
- Owner: anthonygore
- Created: 2019-07-15T08:05:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:32:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T00:45:28.987Z (about 2 months ago)
- Language: Vue
- Size: 3.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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
```