richard
richard copied to clipboard
Infrastructure for browser tests
We're beginning to add JavaScript to the page, so it could be worthwhile to look into testing code against multiple browsers.
Things that come into mind:
- Django's selenium support (https://docs.djangoproject.com/en/dev/topics/testing/#django.test.LiveServerTestCase)
- JavaScript tests (e.g. QUnit)