Confirmed users
1,905
edits
| Line 26: | Line 26: | ||
=== Test cases === | === Test cases === | ||
Ultimately, we'll want to support Selenium test cases (or a modified version thereof). Selenium supports tests in multiple languages; Java seems to be the primary one. However, any additions we make to the JSON Wire Protocol that we'd like to add testrunner support for will require changes to the Selenium testrunners on a per-language basis, so it probably makes sense to standardize on one or two. The [http://code.google.com/p/selenium/wiki/PythonBindings Selenium Python runner] seems to be a likely candidate, which would mean that Marionette tests would be written in Python. | |||
=== Test runner === | === Test runner === | ||