Install PhantomJS for smoke testing
mainSmoke tests require phantomjs to be available in your system path. This tool is used to visit the applications and capture output.
- Ubuntu:
sudo apt-get install phantomjs - macOS (Homebrew):
brew install phantomjs - Other: Download from http://phantomjs.org/download.html
# Ubuntu
apt-get install phantomjs
# macOS
brew install phantomjs