Skip to content

Commit

Permalink
test: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 13, 2024
1 parent 8f01e2e commit bf51a4a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"@lando/leia": "^1.0.0-beta.3"
},
"scripts": {
"generate-tests": "leia \"**/TESTING*.md\" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file",
"test:lando": "mocha --timeout 900000 test/lando*.func.js",
"test:dockercompose": "mocha --timeout 900000 test/docker*.func.js",
"test:simple": "mocha --timeout 900000 test/docker*base*.func.js",
"test:advanced": "mocha --timeout 900000 test/docker*option*.func.js",
"test:all": "mocha --timeout 900000 test/*.func.js",
"test": "mocha --timeout 900000 ",
"test-debug": "DEBUG=mocha:* mocha --timeout 900000 "
"test:lando": "leia **/TESTING_lando.md -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test:dockercompose": "leia **/TESTING_dockercompose.md -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test:simple": "leia *-base/TESTING_dockercompose.md -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test:advanced": "leia **/TESTING_dockercompose.md --ignore *-base/TESTING_dockercompose.md -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test:all": "leia **/TESTING_*.md -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test": "leia $TEST -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests'",
"test-debug": "leia $TEST -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --debug"
}
}

0 comments on commit bf51a4a

Please sign in to comment.