Closed
Bug 1330588
Opened 9 years ago
Closed 2 months ago
[devtools-html] Add integration tests for the inspector in content
Categories
(DevTools :: Inspector, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jdescottes, Unassigned)
Details
We need non regression tests for the inspector running in content (landed in Bug 1321509).
A smoke test would be fine to begin with, the goal of the test would be to run:
- npm install in devtools/client/inspector/
- npm start in devtools/client/inspector/
- start a firefox instance listening on 6080, open a tab on about:home or something
- start another firefox instance, go to localhost:8000/?firefox-tab=child1/tab1
- check the inspector is displayed by querying some elements in the markup
Not sure how we should proceed to add such a test to our current suite, or even if it should be part of it (should a failure there block a build?).
| Reporter | ||
Updated•8 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
Updated•2 months ago
|
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•