commonsearch / cosr-front

Frontend of Common Search. Go server for fetching and rendering results + HTML5 UI to browse them.
https://uidemo.commonsearch.org
Apache License 2.0
60 stars 13 forks source link

Add PhantomJS tests #1

Closed sylvinus closed 8 years ago

sylvinus commented 8 years ago

It's important to test the basic features of the UI automatically.

PhantomJS is the obvious way to do it. Not sure if we should use a specific test framework (Casper?).

PhantomJS is installed by default on Travis, but we should also add a Dockerfile that makes testing locally easy.

sylvinus commented 8 years ago

I'm doing successful tests with http://www.webdriver.io ; will push something soon!