jonkemp / jonkemp/qunit-phantomjs-runner
Race Conditions
Open
- Dominant language
- JavaScript
- Stars
- 67
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
- https://github.com/jonkemp/qunit-phantomjs-runner/blob/master/runner.js#L44 can run before https://github.com/jonkemp/qunit-phantomjs-runner/blob/master/runner.js#L66
- https://github.com/jonkemp/qunit-phantomjs-runner/blob/master/runner.js#L98 can run before QUnit loads
Solution is most likely to do the following:
- disable QUnit autostart
- onload:
- attach logger
- manually start tests via `QUnit.start()`
@trentmwillis thoughts on the QUnit side? If you have a better idea for coordinating the runner + qunit boot.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.