Bats Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
brew install bats-core | brew install bats-core | ||
bats --version | |||
Bats 1.2.1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:14, 22 August 2020
Internal
bats-core Installation
# If bats was installed before:
brew unlink bats
brew install bats-core
bats --version
Bats 1.2.1
bats Installation
Installation on Mac
brew install bats
Installation on Linux
git clone https://github.com/sstephenson/bats.git cd bats sudo ./install.sh /usr/local/