firebase/emberfire

View on GitHub
tools/test.sh

Summary

Maintainability
Test Coverage
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list

apt-get -y update
apt-get -y install google-chrome-stable

# Already built, don't need to do that again
npx ember test