bats

bash automated testing system

Debian Debian
RUN apt-get update && \ apt-get install -y bats
Ubuntu
RUN apt-get update && \ apt-get install -y bats
Alpine
RUN apk add bats
Arch Arch Linux
RUN pacman -S --noconfirm bats
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y bats
Fedora
RUN dnf install -y bats
Raspbian
RUN apt-get update && \ apt-get install -y bats
click the source code to copy install bats on any operating system with command-not-found.com