Closed
Bug 1009650
Opened 10 years ago
Closed 10 years ago
Allow passing the files to inject at the marionette client initialization time.
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hub, Unassigned)
Details
(Whiteboard: [c=automation p= s= u=])
Allow passing the files to inject at the marionette client initialization time.
This is a follow up to bug 846909.
Do something like:
var client = marionette.client({
inject: [
path/to/file/to/inject.js,
other/path/to/inject.js
]
});
We should also be able to path the timeout to it.
This require changes in the marionette-js-client module.
Reporter | ||
Updated•10 years ago
|
Priority: -- → P3
Whiteboard: [c=automation p= s= u=]
Comment 1•10 years ago
|
||
Triage: wontfix due to upcoming test-perf deprecation. Raptor doesn't use marionette or test files so this would be unnecessary.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•