$BATS_TEST_DESCRIPTION  –  Description of Current Test Case

$BATS_TEST_DESCRIPTION is the description of the current test case.

Examples

Print test description
1
2
3
@test "Example test with output to STDOUT" {
  echo "Description: $BATS_TEST_DESCRIPTION" >&3
}
BashSupport Pro is a shell script IDE with support for bats-core’s $BATS_TEST_DESCRIPTIONtry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal