WebDriver/Marionette: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 5: Line 5:
This wiki page is for gathering the implementation details of Marionette.
This wiki page is for gathering the implementation details of Marionette.


= Under the Hood =
= Main page =


* [https://wiki.mozilla.org/Auto-tools/Projects/Marionette/DevNotes DevNotes] - This section gives a good rundown of how Marionette does what it does.
* [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette MDN]
 
* [https://wiki.mozilla.org/Auto-tools/Projects/Marionette/JSON_Protocol JSON wire protocol support] - Marionette implements [http://code.google.com/p/selenium/wiki/JsonWireProtocol Selenium's JSON wire protocol], and this page shows what we currently support, as well as additional calls we added.


= Track the Development =
= Track the Development =

Revision as of 18:45, 7 April 2014

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.

Main page

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 working locally on sgs2, working on CI bits, bug 749011 jgriffin
migrate automation to use qemu-ics blocked on qemu-ics issues jgriffin
add support for running reftest on B2G devices
add support in Marionette client for hardware event log probably needs to be ported to qemu-ics
support jlal's framework, https://github.com/lightsofapollo/js-test-agent: create JS Marionette client?
write simple performance tests and work with jeads to get data into graphserver2 mdas
add nightly builds for B2G deskop on Mac and Linux, post to ftp.mozilla.org will try to use some of the newly retired mac minis for this
create build-and-flash code for installing B2G on test devices over USB
figure out build infrastructure requirements for running tests on pandaboards ongoing jgriffin
create internal Jenkins builder for building proprietary builds waiting on VM reset bug 748964
add support for additional emulator features like gps, sensors, network
split B2G-specific parts of Marionette into separate package P3
add xunit test reporting to Marionette client, so test results can be parsed by Jenkins P3
create system for B2G crash reporting ted
power profile tests will leverage jmaher's work on fennec