Closed
Bug 734189
Opened 13 years ago
Closed 12 years ago
Add support for a node.js-style 'require' statement in JS tests run under Marionette
Categories
(Remote Protocol :: Marionette, enhancement)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 805838
People
(Reporter: jgriffin, Unassigned)
Details
This would allow test authors to import other JS files in their tests. Presumably, the imported files would be local files, and the require statement would specify a path relative to the test itself.
Probably, the implementation could live entirely in the Marionette client.
Reporter | ||
Updated•13 years ago
|
Severity: normal → enhancement
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•