arxanas / drafts.ninja

Magic: the Gathering online draft simulator; see new repository
https://github.com/dr4fters/dr4ft
MIT License
7 stars 10 forks source link

Add tests #15

Closed arxanas closed 8 years ago

arxanas commented 8 years ago

Since I managed to break integral portions of the site like bots, it would be nice to have some end-to-end tests that simulate an actual draft. This would give us some peace of mind when doing some refactoring.

This would be best done with a headless browsing solution. I was looking at Nightwatch.js in conjuction with Sauce Labs for this.