Feature request: I'd like to run a set of qunit tests that match one of multiple filters.
Currenly you can run a set that matches only one filter with -Dqunit.filter=myFilter
Feature would be the ability to run with filters "myFilter" and "yourFilter", without running all the other tests, which might match "someOtherFilter".