karma-runner / karma-qunit

A Karma plugin. Adapter for QUnit testing framework.
MIT License
51 stars 38 forks source link

Mark skipped tests correctly #38

Closed sechel closed 8 years ago

sechel commented 8 years ago

Skipped tests, i.e., tests invoked with qunit.skip('test name', function()....), are not marked as skipped but are listed as passed.

"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-qunit": "^0.1.9",
"karma-requirejs": "^0.2.5",
"karma-safari-launcher": "^0.1.1",
"karma-verbose-reporter": "0.0.3",
"karma-verbose-summary-reporter": "0.0.1",
"qunitjs": "^1.22.0",
sechel commented 8 years ago

See also: https://github.com/karma-runner/karma-qunit/pull/39

sechel commented 8 years ago

Fixed by #39