WebDriver/Marionette: Difference between revisions
Jump to navigation
Jump to search
m (Marking both WebDriver compat and Fission projects as done) |
|||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
= What is Marionette? = | = What is Marionette? = | ||
For information on Marionette and how to use it, please visit the [https:// | For information on Marionette (Server, Python Client, Test Harness) and how to use it, please visit the [https://firefox-source-docs.mozilla.org/testing/marionette/index.html Marionette entry] on Firefox source docs. | ||
* The above link also explains how to contribute to the Marionette code base. If you know JavaScript or Python, this is a good project to get involved in. | |||
* We also have a rough [https://firefox-source-docs.mozilla.org/testing/marionette/NewContributors.html guide for new Marionette contributors], which introduces you to the Marionette Python Test Harness and to Mozilla development in general. | |||
= | = Projects = | ||
* (done) [[WebDriver/Marionette/Fission|Fission]] | |||
* (done) [[WebDriver/Marionette/Roadmap|WebDriver Compatibility]] | |||
= Bugs = | |||
You can track our development by checking our [https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette&resolution=--- bugs], or contacting us over on the [https://chat.mozilla.org/#/room/#interop:mozilla.org #interop channel]. | |||
; Bug queries | |||
: [https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette&resolution=--- All open Marionette Bugs] | |||
: [https://bugzilla.mozilla.org/buglist.cgi?keywords=intermittent-failure%2C%20&component=Marionette&keywords_type=allwords&product=Testing&query_format=advanced&resolution=--- Intermittent Failures] | |||
: [https://bugzilla.mozilla.org/buglist.cgi?product=Testing&resolution=---&component=Marionette&f1=bug_mentor&o1=isnotempty&list_id=15613109&query_format=advanced Mentored Bugs] | |||
Latest revision as of 20:23, 26 February 2021
What is Marionette?
For information on Marionette (Server, Python Client, Test Harness) and how to use it, please visit the Marionette entry on Firefox source docs.
- The above link also explains how to contribute to the Marionette code base. If you know JavaScript or Python, this is a good project to get involved in.
- We also have a rough guide for new Marionette contributors, which introduces you to the Marionette Python Test Harness and to Mozilla development in general.
Projects
- (done) Fission
- (done) WebDriver Compatibility
Bugs
You can track our development by checking our bugs, or contacting us over on the #interop channel.