Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit a5fee71

Browse files
Test performance for declearations
1 parent cabdadd commit a5fee71

4 files changed

Lines changed: 817 additions & 0 deletions

File tree

10 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash -e
2+
3+
which newman >/dev/null
4+
5+
if [ $? -ne 0 ] ; then
6+
echo 'Please run "npm install -g newman newman-reporter-html" to install newman cli first.'
7+
exit 1
8+
fi
9+
10+
newman run onboard-declaration.json -e test_os-queens-environment.json -r cli,html --bail

0 commit comments

Comments
 (0)