refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-12-17 10:48:18 +01:00
parent 8b98b8afdc
commit bfe3faa01c
3 changed files with 55 additions and 179 deletions

View File

@@ -42,7 +42,7 @@ commander
.command('e2e <to>')
.version(pkgJson.version)
.description('Run in end to end test mode. Indexing and afterwards retrieving all test files from @openstapp/core to the backend')
.option('-s --samples [path]', 'Path to @openstapp/core test files', './node_modules/@openstapps/core/test/resources')
.option('-s --samples [path]', 'Path to @openstapp/core test files', './node_modules/@openstapps/core/test/resources/indexable')
.option('-w --waiton [resource]', 'wait-on resource parameter see "www.npmjs.com/wait-on"')
.action(async (to, e2eCommand) => {
let toURL = '';