Open
Bug 1409885
Opened 7 years ago
Updated 2 years ago
Add automated testing for about:webrtc
Categories
(Core :: WebRTC, enhancement, P2)
Core
WebRTC
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: drno, Unassigned)
References
(Blocks 2 open bugs)
Details
We have had several regressions in the past in regards to features on about:webrtc. Lets see how we can add automated tests.
Reporter | ||
Updated•7 years ago
|
Rank: 25
Reporter | ||
Comment 1•7 years ago
|
||
@dao: whimboo though you might know how we could test an about page like about:webrtc. At this point we are pretty much open to what ever test frameworks allows to do this, mochitest, marionette,...
Flags: needinfo?(dao+bmo)
Comment 2•7 years ago
|
||
Browser chrome tests can do this. Look for ContentTaskUtils.
Flags: needinfo?(dao+bmo)
Comment 3•7 years ago
|
||
There are several tests that you can draw inspiration from, e.g. browser/base/content/test/about/browser_aboutHome_input.js
Updated•7 years ago
|
Assignee: nobody → rrobotin
Comment 4•7 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #3)
> There are several tests that you can draw inspiration from, e.g.
> browser/base/content/test/about/browser_aboutHome_input.js
How do you run the tests under browser/base/content/test ?
Flags: needinfo?(dao+bmo)
Comment 5•7 years ago
|
||
./mach mochitest browser/base/content/test/about/browser_aboutHome_input.js
Flags: needinfo?(dao+bmo)
Updated•4 years ago
|
Assignee: rrobotin → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•