Added test

- Testing without request and without running in background
pull/6/head
Julius Riegel 6 years ago
parent c623a8b3b9
commit 9dee3b44f3

@ -25,6 +25,9 @@ jobs: # a collection of steps
- run:
name: Http Request to server
command: wget --retry-connrefused --waitretry=1 --timeout=15 -t 10 http://localhost:8880
- run:
name: Run server without request
command: node server.js --test --port=8888
- store_artifacts: # special step to save test results as as artifact
path: test-results.xml
prefix: tests

Loading…
Cancel
Save