Closed
Bug 358740
Opened 18 years ago
Closed 18 years ago
L10n coverage testing extension
Categories
(Mozilla Localizations :: Infrastructure, defect)
Mozilla Localizations
Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
References
()
Details
Attachments
(1 file)
26.76 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
I'm working on an extension to automatically test the (Firefox) user interface.
The current state of art is that it tests the menubar, the prefwindow and the neterror pages.
This is mostly just assuring that no xml parse errors pop up at runtime.
A short description is on the wiki, I'll clean up the code some more and submit a patch for review.
Candidate location would be testing/tests/l10n/extensions/coverage.
Assignee | ||
Comment 1•18 years ago
|
||
The documentation for the how-to is on the wiki page. The code opens the complete menu bar and the preference window so far. I'll leave opening of windows or kicking off commands for later, that will require a bit more testing.
Comment 2•18 years ago
|
||
Looks interesting. Any special steps required to build? Make options?
Assignee | ||
Comment 3•18 years ago
|
||
Just make creates the xpi in dist/xpi-stage, which you can then install in your profile.
The two prefs are the chrome files to start to actually run the tests, there is no UI hook, on purpose to change the tested system as little as possible.
Updated•18 years ago
|
Attachment #245100 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Landed, thanks for the review.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Component: Testing → Infrastructure
Product: Core → Mozilla Localizations
QA Contact: testing → infrastructure
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•