$BATS_SUITE_TMPDIR
–
Directory for Temporary Suite Files
$BATS_SUITE_TMPDIR
is the path to the temporary directory common to all test of a suite.
Links
Examples
- Print directory path
1 2 3
@test "Example" { echo "Path: $BATS_SUITE_TMPDIR" >&3 }
BashSupport Pro is a shell script IDE with support for bats-core’s $BATS_SUITE_TMPDIR – try it now!