mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: add option to wait on resource to e2e script
This commit is contained in:
@@ -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>"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user