I have a few django apps that come with templates containing inline JS and plenty of DOM manipulations.
I am interested in testing the JS sections without relying on selenium due to concerns about running a selenium server and slowing down my tests.
Therefore, I pose the following inquiries:
- Is it possible to write these tests using Qunit or Jasmine?
- Can they be integrated with a CI system?