You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project we have a lot of QUnits run in various HTML pages as described at the top of https://qunitjs.com/cookbook/
Would it be possible to configure Karma to be able to run these HTML pages, instead of running the JS file directly? I've looked at karma-html2js-preprocessor, but it doesn't look like a solution.
grunt-contrib-qunit project allows this to be done via PhantomJS, but the integration with RequireJS is problematic and unreliable using PhantomJS (and hard to debug). Karma seems the most promising as tests can be run in Chrome/IE, etc.
Thanks in advance,
Jonathan
The text was updated successfully, but these errors were encountered:
ernsheong
changed the title
Run many tests within HTML pages
Run QUnit within HTML pages
Dec 9, 2015
Hi all,
In my project we have a lot of QUnits run in various HTML pages as described at the top of https://qunitjs.com/cookbook/
Would it be possible to configure Karma to be able to run these HTML pages, instead of running the JS file directly? I've looked at
karma-html2js-preprocessor
, but it doesn't look like a solution.grunt-contrib-qunit
project allows this to be done via PhantomJS, but the integration with RequireJS is problematic and unreliable using PhantomJS (and hard to debug). Karma seems the most promising as tests can be run in Chrome/IE, etc.Thanks in advance,
Jonathan
The text was updated successfully, but these errors were encountered: