bats
Verified for current stable LTS
Bats Commands
Bats command syntax with verified terminal examples.
Commands
6 commands for Bats
bats Operations
Bats Command: Run Test Script With Tap Output
bats -t <path/to/test.bats> bats Operations
Bats Command: Count Test Cases Without Running
bats -c <path/to/test.bats> bats Operations
Bats Command: Run Tests Recursively
bats -r <path/to/directory> bats Operations
Bats Command: Output Results In Specific Format
bats -F <pretty|tap|tap13|junit> <path/to/test.bats> bats Operations
Bats Command: Add Timing Information To Tests
bats -T <path/to/test.bats> bats Operations
Bats Command: Run Tests In Parallel
bats -j <number> <path/to/test.bats> Suggest a Bats Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Bats workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.