Bash Automated Testing System: un marco de pruebas compatible con TAP (https://testanything.org/) para Bash. Más información: https://bats-core.readthedocs.io/en/stable/usage.html.
bats --tap {{ruta/a/prueba.bats}}
bats --count {{ruta/a/prueba.bats}}
.bats
):bats --recursive {{ruta/a/directorio}}
bats --formatter {{pretty|tap|tap13|junit}} {{ruta/a/prueba.bats}}
bats --timing {{ruta/a/prueba.bats}}
parallel
):bats --jobs {{número}} {{ruta/a/prueba.bats}}