mirror of https://github.com/statping/statping
postman update
parent
eff1529e9d
commit
af17ab147f
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ test: clean compile install build-plugin
|
||||||
|
|
||||||
test-api:
|
test-api:
|
||||||
DB_CONN=sqlite DB_HOST=localhost DB_DATABASE=sqlite DB_PASS=none DB_USER=none statping &
|
DB_CONN=sqlite DB_HOST=localhost DB_DATABASE=sqlite DB_PASS=none DB_USER=none statping &
|
||||||
sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json
|
sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json --delay-request 500
|
||||||
|
|
||||||
# report coverage to Coveralls
|
# report coverage to Coveralls
|
||||||
coverage:
|
coverage:
|
||||||
|
|
Loading…
Reference in New Issue