tests: do not parallelize tests within bats files + report failure and passing tests

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2021-12-17 13:17:04 -08:00
parent 2601bc7de1
commit 95407fdeaf

View File

@ -1,7 +1,7 @@
{
"license": "Apache-2.0",
"scripts": {
"test": "bats --report-formatter junit --jobs 4 ."
"test": "bats --jobs 4 --show-output-of-passing-tests --print-output-on-failure --no-parallelize-within-files ."
},
"devDependencies": {
"bats": "https://github.com/bats-core/bats-core#master",