BrockCSC / brockcsc.github.io-old

http://brockcsc.ca
3 stars 1 forks source link

Setup Travis CI + Selenium Tests #25

Open JamesEarle opened 8 years ago

JamesEarle commented 8 years ago

Instructions here:

https://docs.travis-ci.com/user/sauce-connect/

Travis is a continuous integration environment that (when paired with Selenium) can automatically run automatic tests every time a commit is pushed to any branch of the repository. Selenium tests are simple JSON files with instructions for actions to ensure every feature on the site is unaltered when new features are added.