Closed
Bug 1623029
Opened 5 years ago
Closed 5 years ago
Add command line option to ./mach puppeteer-test to skip output of missing tests
Categories
(Remote Protocol :: Agent, enhancement)
Remote Protocol
Agent
Tracking
(firefox76 fixed)
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: whimboo, Assigned: jgraham)
References
(Regression)
Details
Attachments
(1 file)
Since bug 1607474 is fixed you will get a long list of TEST-UNEXPECTED-MISSING
entries when you only run a subset of tests with fit
or fdescribe
.
It would be great to have a command line option to always disable it.
James, could you help with that?
Flags: needinfo?(james)
Assignee | ||
Comment 1•5 years ago
|
||
This prevents the missing tests check from happening.
Updated•5 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(james)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/eb20e7785d3b
Add --subset to puppeteer-test to support running a subset of tests, r=remote-protocol-reviewers,maja_zf,whimboo
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•