qunitjs / js-reporters

📋 Common Reporter Interface (CRI) for JavaScript testing frameworks.
MIT License
59 stars 18 forks source link

js-reporter does not recognize filtered test points when using QUnit.config.filter #113

Closed muthu90ec closed 4 years ago

muthu90ec commented 4 years ago

Tell us about your runtime:

  • QUnit version: 2.9.1
  • What environment are you running QUnit in? (e.g., browser, Node): node
  • How are you running QUnit? (e.g., script, testem, Grunt): qunit cli

What are you trying to do?

js-reporter errors out when QUnit.config.filter is used. QUnit.config.filter works fine, but the printing portion errors out when using js-reporter.

Krinkle commented 4 years ago

I believe this is a bug in QUnit. Being worked on downstream at https://github.com/qunitjs/qunit/issues/1407.