Bats Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* [[bats#Subjects|bats]] | * [[bats#Subjects|bats]] | ||
=Installation on Mac= | =bats-core Installation= | ||
=bats Installation= | |||
==Installation on Mac== | |||
brew install bats | brew install bats | ||
=Installation on Linux= | ==Installation on Linux== | ||
git clone https://github.com/sstephenson/bats.git | git clone https://github.com/sstephenson/bats.git | ||
cd bats | cd bats | ||
sudo ./install.sh /usr/local/ | sudo ./install.sh /usr/local/ |
Revision as of 02:09, 22 August 2020
Internal
bats-core Installation
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/