gecko-dev/testing/marionette
Henrik Skupin 3f2001d14f Bug 1326047 - Skip unit tests which rely on an instance but Marionette doesn't manage the process. r=ato,maja_zf
Unit tests which do a restart/quit of the application should not be run if Marionette
doesn't handle the instance. Otherwise Marionette is not able to launch the application
again for further tests.

MozReview-Commit-ID: 8mKylM0r4dM

--HG--
extra : rebase_source : 8d1853c376fe36c4f779b3d417edb2dbb829a1a3
2017-01-04 13:04:55 +01:00
..
chrome Bug 1243415 - Improve screenshot unit tests and add tests for chrome scope. r=ato 2016-12-14 21:40:58 +01:00
client Bug 1213875 - Add scroll argument to Marionette client; r=whimboo 2016-12-20 14:31:18 +00:00
components Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
harness Bug 1326047 - Skip unit tests which rely on an instance but Marionette doesn't manage the process. r=ato,maja_zf 2017-01-04 13:04:55 +01:00
puppeteer Backed out changeset 25505bf601f6 (bug 1326236) for test_update_wizard.py failures a=backout 2016-12-29 12:46:05 -08:00
accessibility.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
action.js Bug 1320389 - Implement dispatch of key actions in content context; r=ato 2016-12-13 18:29:48 -05:00
addon.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
assert.js Bug 1326174 - For unsupported commands in chrome context throw UnsupportedOperationError r=ato 2016-12-29 14:04:16 +01:00
atom.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
browser.js Bug 1328676 - Document some particulars of browser.Context; r=automatedtester 2017-01-04 19:37:13 +00:00
capture.js Bug 1213875 - Add ability to not scroll into view element on screen capture; r=whimboo 2016-12-20 14:30:48 +00:00
cert.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
cookies.js
dispatcher.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
driver.js Bug 1326047 - Skip unit tests which rely on an instance but Marionette doesn't manage the process. r=ato,maja_zf 2017-01-04 13:04:55 +01:00
element.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
error.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
evaluate.js Backed out changeset 9bc09c4c42c8 (bug 1322862) for frequent failures in test_navigation.py TestNavigate.test_go_back 2016-12-21 21:32:43 -08:00
event.js Bug 1320389 - Implement dispatch of key actions in content context; r=ato 2016-12-13 18:29:48 -05:00
frame.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
interaction.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
jar.mn Bug 1320073 - Rename marionette-client to marionette-harness and release version 4.0.0. r=gps,maja_zf,mtseng,SingingTree 2016-12-12 13:05:34 +01:00
l10n.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
legacyaction.js Bug 1320389 - Rename legacyactions; r=ato 2016-11-29 11:00:52 -05:00
listener.js Bug 1213875 - Add ability to not scroll into view element on screen capture; r=whimboo 2016-12-20 14:30:48 +00:00
logging.js Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester 2016-05-09 16:08:17 +01:00
mach_commands.py Bug 1323217 - Fix mach marionette-test. r=whimboo a=test-only 2016-12-13 18:10:51 +01:00
mach_test_package_commands.py Bug 1320073 - Rename marionette-client to marionette-harness and release version 4.0.0. r=gps,maja_zf,mtseng,SingingTree 2016-12-12 13:05:34 +01:00
marionette.eslintrc.js Bug 1315402: Make toolkit/mozapps/update pass no-undef. r=jaws 2016-11-04 17:03:01 -07:00
message.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
modal.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
moz.build Bug 1320073 - Rename marionette-client to marionette-harness and release version 4.0.0. r=gps,maja_zf,mtseng,SingingTree 2016-12-12 13:05:34 +01:00
navigate.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
proxy.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
server.js Bug 1316975 - Correct function definition style in Marionette components; r=ato 2016-12-04 12:42:52 +01:00
simpletest.js Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester 2016-05-09 16:08:17 +01:00
test_action.js Bug 1320389 - Implement dispatch of key actions in content context; r=ato 2016-12-13 18:29:48 -05:00
test_assert.js Bug 1313865 - Centralise common Marionette assertions; r=automatedtester,maja_zf 2016-10-31 22:00:21 +00:00
test_element.js Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham 2016-10-26 13:04:48 -04:00
test_error.js Bug 1284232 - Guard against ill-behaved objects on error check; r=automatedtester 2016-07-08 13:58:04 +01:00
test_message.js
test_navigate.js Bug 1280300 - Support navigation by fragment; r=automatedtester 2016-07-19 18:47:33 +01:00
unit.ini Bug 1313865 - Centralise common Marionette assertions; r=automatedtester,maja_zf 2016-10-31 22:00:21 +00:00