Auto-tools/New Contributor/Quarter of Contribution/Web Driver Infrastructure: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(initial webdriver project)
 
(remove <br>'s)
Line 1: Line 1:
Title: Web Platform Tests - Web Driver Infrastructure<br />
Title: Web Platform Tests - Web Driver Infrastructure<br />
Mentor: Andreas Tolfsen (:ato on irc, [https://mozillians.org/en-US/u/ato/ mozillians])<br />
Mentor: Andreas Tolfsen (:ato on irc, [https://mozillians.org/en-US/u/ato/ mozillians])
<br />
 
The goal here is to allow [https://github.com/w3c/wptrunner wptrunner] to automatically run (some) tests that would ordinarily require user interaction, through the [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver protocol].  TODO- better overview<br />
The goal here is to allow [https://github.com/w3c/wptrunner wptrunner] to automatically run (some) tests that would ordinarily require user interaction, through the [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver protocol].  TODO- better overview
<br />
 
To get started:
To get started:
* Learn about [https://github.com/w3c/wptrunner wptrunner] and [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver]
* Learn about [https://github.com/w3c/wptrunner wptrunner] and [https://w3c.github.io/webdriver/webdriver-spec.html WebDriver]
* Setup tools and write a unit test.TODO
* Setup tools and write a unit test.TODO
<br />
 
The project is outlined in github [https://github.com/w3c/web-platform-tests/issues/2161 here]<br />
The project is outlined in github [https://github.com/w3c/web-platform-tests/issues/2161 here]
<br />
 
Things we are looking for in an ideal candidate:
Things we are looking for in an ideal candidate:
* Ability to write code in Javascript and Python
* Ability to write code in Javascript and Python
Line 16: Line 16:
* Interest in test automation and UI automation
* Interest in test automation and UI automation
* Willing to learn, ask questions, and try new things out
* Willing to learn, ask questions, and try new things out
<br />

Revision as of 08:07, 23 October 2015

Title: Web Platform Tests - Web Driver Infrastructure
Mentor: Andreas Tolfsen (:ato on irc, mozillians)

The goal here is to allow wptrunner to automatically run (some) tests that would ordinarily require user interaction, through the WebDriver protocol. TODO- better overview

To get started:

The project is outlined in github here

Things we are looking for in an ideal candidate:

  • Ability to write code in Javascript and Python
  • Willing to learn how to write WebDriver adaptors
  • Creative ideas to proxy data between Javascript and Python
  • Interest in test automation and UI automation
  • Willing to learn, ask questions, and try new things out