WebDriver/Marionette: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 29: Line 29:
|  
|  
| jgriffin
| jgriffin
|-
| migrate automation to use qemu-ics
|
| jgriffin
|-
| add support for running reftest on B2G devices
|
|
|-
| add support in Marionette client for hardware event log
|
|
|-
| support jlal's framework, https://github.com/lightsofapollo/js-test-agent (create Websocket proxy or JS Marionette client?)
|
|
|}
|}

Revision as of 23:04, 11 April 2012

What is Marionette?

For information on Marionette and how to use it, please visit the MDN entry.

This wiki page is for gathering the implementation details of Marionette.

Under the Hood

  • DevNotes - This section gives a good rundown of how Marionette does what it does.

Track the Development

You can track our development by checking our bugs, or contacting us over on the #ateam channel!

Roadmap

Goal Status Owner
write basic 'how to write and run Marionette tests' tutorial mdas
add support for running mochitest-plain on B2G devices jgriffin
migrate automation to use qemu-ics jgriffin
add support for running reftest on B2G devices
add support in Marionette client for hardware event log
support jlal's framework, https://github.com/lightsofapollo/js-test-agent (create Websocket proxy or JS Marionette client?)