Open
Bug 1487104
Opened 7 years ago
Updated 2 years ago
Consider standing up a server on device for testing rather than using the automation test server
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: droeh, Unassigned)
Details
We should consider adding the ability to stand up a lightweight server on device for testing so that test cases which rely on the automation test server like bug 1486525 can be run (and, more importantly, debugged) locally rather than just in automation.
Comment 1•7 years ago
|
||
Focus and Android Componets use MockWebServer for local tests (JVM unit tests) and also for on-device tests (UI tests):
https://github.com/square/okhttp/tree/master/mockwebserver
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•3 years ago
|
Assignee: droeh → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•