·
8 commits
to master
since this release
Added
- use the
syntaxparser directive to declare the Dockerfile syntax version (#1127) - Negative test filtering via
--negative-filter- tests matching the filter are excluded (#1114) - fail-fast flag
--abortto stop test suite execution on first failure (#1155)
Fixed:
- unset
output,stderr,lines,stderr_linesat the start ofrunto avoid crosstalk
between successive invocations (#1105) - junit:
- remove deprecated windows runner (#1119)
- renamed
docker-compose.ymltocompose.yaml(#1128) bats_test_function: don't require--tagsto be sorted (#1158)- fix
BATS_TEST_TIMEOUT(#1160)- not stopping processes under
run - prolonging skipped tests
- not stopping processes under
Documentation:
- moved 3rd-party libraries list into wiki (#1078)