bitovi / funcunit

A functional test suite based on jQuery
https://funcunit.com/
MIT License
569 stars 379 forks source link

Differentiating qunit2 and qunit1 tests #245

Closed kdillon closed 5 years ago

kdillon commented 5 years ago

Presently the test suite runs on a variety of test runners (Mocha, Jasmine, Qunits 1 and 2, etc) for the adapter tests. These are more unit-type tests.

However the integration tests only run in QUnit 1 and we have failed to catch QUnit 2 failures because of the limited scope of our unit tests.

This submission is my first attempt to run QUnit 1 and 2 side-by-side in the same job. Both the Qunit 1 and 2 suites run for me locally. However, a persistent hang in firefox (I think caused by testee) is preventing me from being sure that they will in-fact run serially.

kdillon commented 5 years ago

Appears to be passing now