Bats Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
Bats 1.2.1
Bats 1.2.1
</syntaxhighlight>
</syntaxhighlight>
==bats-core Installation on Linux==
{{External|https://bats-core.readthedocs.io/en/stable/installation.html#any-os-installing-bats-from-source}}


=bats Installation=
=bats Installation=

Revision as of 00:22, 3 May 2023

Internal

bats-core Installation

bats-core Installation on Mac

# If bats was installed before:
brew unlink bats

brew install bats-core

bats --version
Bats 1.2.1

bats-core Installation on Linux

https://bats-core.readthedocs.io/en/stable/installation.html#any-os-installing-bats-from-source

bats Installation


Obsolete

bats Installation on Mac

brew install bats
bats --version
0.4.0

bats Installation on Linux

git clone https://github.com/sstephenson/bats.git
cd bats
sudo ./install.sh /usr/local/