Closed
Bug 1141200
Opened 10 years ago
Closed 8 years ago
Add OR support to test types (--type option)
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: whimboo, Unassigned)
Details
Currently it is not possible to specify multiple types, which would be handled separately. As best here an example:
--type A+B => matches tests tagged with A AND B
--type A-B => matches tests tagged with A AND NOT B
What's missing is:
--type A,B => matches tests tagged with A OR B
Comment 1•8 years ago
|
||
--type was removed from marionette runner
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•