Closed
Bug 1906355
Opened 1 year ago
Closed 1 year ago
[wdspec] When using the "Browser" or "Geckodriver" helpers we need to set "remote.log.level" if it is set for wpt
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
Details
(Whiteboard: [webdriver:m13])
Attachments
(2 files)
Right now investigating Mozilla-only webdriver tests is hard because we make use of the default log level Info even through we run wdspec tests with the Trace level set. As such when using the Browser and Geckodriver classes we should check the wpt preferences and set the log level to that same level. Most likely we have to do that in the browser and geckodriver fixtures because we need access to the wpt preferences.
Updated•1 year ago
|
Points: --- → 2
Priority: -- → P3
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m13]
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ce44ceb94997
[wdspec] Set "remote.log.level" preference in "Browser" helper when logging is set for wpt. r=webdriver-reviewers,jdescottes,whimboo
https://hg.mozilla.org/integration/autoland/rev/c13b57678373
[wdspec] Write geckodriver logs to stdout. r=webdriver-reviewers,whimboo
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ce44ceb94997
https://hg.mozilla.org/mozilla-central/rev/c13b57678373
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•