search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bats Commands
12 bats entries
Limited to 100 results
bats Operations
Bats Command: Add Timing Information To Bats Tests
bats -T <path/to/test.bats> bats Operations
Bats Command: Add Timing Information To Tests
bats -T <path/to/test.bats> bats Operations
Bats Command: Count Bats Test Cases Without Running
bats -c <path/to/test.bats> bats Operations
Bats Command: Count Test Cases Without Running
bats -c <path/to/test.bats> bats Operations
Bats Command: Output Bats Results In Specific Format
bats -F <pretty|tap|tap13|junit> <path/to/test.bats> bats Operations
Bats Command: Output Results In Specific Format
bats -F <pretty|tap|tap13|junit> <path/to/test.bats> bats Operations
Bats Command: Run Bats Test With Tap Output
bats -t <path/to/test.bats> bats Operations
Bats Command: Run Bats Tests Recursively
bats -r <path/to/directory> bats Operations
Bats Command: Run Bats Tests With Parallel Jobs
bats -j <number> <path/to/test.bats> bats Operations
Bats Command: Run Test Script With Tap Output
bats -t <path/to/test.bats> bats Operations
Bats Command: Run Tests In Parallel
bats -j <number> <path/to/test.bats> bats Operations
Bats Command: Run Tests Recursively
bats -r <path/to/directory>