Open
Bug 1701602
Opened 4 years ago
Updated 4 years ago
Expose a TestHelperCommand to expose test-only client methods
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Followup from: https://phabricator.services.mozilla.com/D109494#inline-612537
It would be helpful to have a command that would expose all client/front apis that are only used by tests, and should only used by tests and not production code.
There is a least waitForRequestsToSettle
we should be used on commands instead of directly using DevToolsClient
.
You need to log in
before you can comment on or make changes to this bug.
Description
•