$BATS_TEST_NUMBER  –  Index of Current Test Case

$BATS_TEST_NUMBER is the (1-based) index of the current test case in the test file.

$BATS_SUITE_TEST_NUMBER is similar, but for the complete suite.

Examples

Print current test index
1
2
3
@test "Example" {
  echo "Index: $BATS_TEST_NUMBER" >&3
}
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_TEST_NUMBER - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款