Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions test/Auto_test_performance/dec-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -e

which newman >/dev/null

if [ $? -ne 0 ] ; then
echo 'Please run "npm install -g newman newman-reporter-html" to install newman cli first.'
exit 1
fi

newman run onboard-declaration.json -e test_os-queens-environment.json -r cli,html --bail
Loading