feat: add option to wait on resource to e2e script

This commit is contained in:
Rainer Killinger
2020-03-02 15:03:22 +01:00
parent 3196cd986e
commit e18858fc58
3 changed files with 119 additions and 12 deletions

View File

@@ -27,6 +27,7 @@
"@types/request": "2.48.4",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.7",
"@types/wait-on": "4.0.0",
"cli-progress": "3.6.0",
"commander": "4.1.1",
"express": "4.17.1",
@@ -36,7 +37,8 @@
"morgan": "1.9.1",
"request": "2.88.2",
"traverse": "0.6.6",
"uuid": "3.4.0"
"uuid": "3.4.0",
"wait-on": "4.0.0"
},
"license": "GPL-3.0-only",
"devDependencies": {
@@ -69,7 +71,7 @@
"Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz",
"Rainer Killinger",
"Rainer Killinger <mail-openstapps@killinger.co>",
"Roman Klopsch",
"Wieland Schöbl <wulkanat@gmail.com>"
],