$BATS_SUITE_TEST_NUMBER  –  Index of Current Test in Suite

$BATS_SUITE_TEST_NUMBER is the index of the current test case in the test suite. The test suite covers all test cases of all test files.

$BATS_TEST_NUMBER is similar, but for the current file.

Examples

Print current test index in suite
1
2
3
@test "Example" {
  echo "Index: $BATS_SUITE_TEST_NUMBER" >&3
}
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_SUITE_TEST_NUMBER von bats-core - probieren Sie es jetzt aus!
© 2020–2024 Joachim Ansorg
Impressum
Datenschutz
Rechtliches