Bats Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


=bats-core Installation=
=bats-core Installation=
<syntaxhighlight lang='bash'>
brew install bats-core
</syntaxhighlight>


=bats Installation=
=bats Installation=

Revision as of 02:12, 22 August 2020

Internal

bats-core Installation

brew install bats-core

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/