Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potapovdim/simple-vue-server-withtests
vuejs app with nightwatch and api tests
https://github.com/potapovdim/simple-vue-server-withtests
koa2 mocha nightwatch nightwatch-setup vue webpack
Last synced: 13 days ago
JSON representation
vuejs app with nightwatch and api tests
- Host: GitHub
- URL: https://github.com/potapovdim/simple-vue-server-withtests
- Owner: potapovDim
- Created: 2016-09-09T14:12:29.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-07T12:47:54.000Z (about 6 years ago)
- Last Synced: 2024-11-14T12:54:13.464Z (2 months ago)
- Topics: koa2, mocha, nightwatch, nightwatch-setup, vue, webpack
- Language: Vue
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple example with docker, vuejs, webpack, koa2, mongodb
simple example how to write server part with koa2, view with vuejs
and setup automation UI testing with Nightwatch(PO model)**Stack :**
* [vuejs](https://vuejs.org/)
* [vuejs router](https://router.vuejs.org/)
* [webdriver-manager](https://www.npmjs.com/package/webdriver-manager)
* [nightwatch](http://nightwatchjs.org/)
* [koa2](http://koajs.com/)## Install
```
npm i
```## Run
```
npm run api
npm run dev
npm test
npm run test:api
```if you get 'sh: ./test.sh: Permission denied'
run 'chmod +x test.sh' and after npm test again