gecko-dev/testing/marionette/test/unit
Henrik Skupin ea87c4dedf Bug 1504756 - [marionette] Remove default timeout from PollPromise. r=ato
By default PollPromise has to behave similar to a normal Promise
and wait forever until it gets resolved or rejected.

Depends on D13662

Differential Revision: https://phabricator.services.mozilla.com/D15907

--HG--
extra : moz-landing-system : lando
2019-01-10 10:12:24 +00:00
..
.eslintrc.js Bug 1453381 - Enable eslint for Marionette xpcshell tests. r=whimboo 2018-04-11 20:27:49 +01:00
README bug 1490289: marionette: add pointer to general marionette test docs; r=me 2018-09-11 14:32:50 +01:00
test_action.js
test_assert.js Bug 1447977 - Move cyclic object test function to evaluate. r=automatedtester 2018-07-06 18:35:21 +01:00
test_browser.js
test_capabilities.js Bug 1128997 - Support indefinite script timeout r=ato 2019-01-06 23:04:41 +00:00
test_cookie.js Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
test_dom.js
test_element.js Bug 1400233 - Drop ContentWebElement.LegacyIdentifier key from Marionette. r=ato,whimboo 2018-07-27 16:06:39 +01:00
test_error.js
test_evaluate.js Bug 1447977 - Move cyclic object test function to evaluate. r=automatedtester 2018-07-06 18:35:21 +01:00
test_format.js
test_message.js Bug 1465530 - Enable ESLint rule require-expected-throws-or-rejects for testing/marionette/. r=ato 2018-05-30 17:35:12 +01:00
test_navigate.js Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
test_prefs.js Bug 1456050 - Add marionette.contentListener to MarionettePrefs. r=whimboo 2018-04-23 07:26:09 +01:00
test_sync.js Bug 1504756 - [marionette] Remove default timeout from PollPromise. r=ato 2019-01-10 10:12:24 +00:00
xpcshell.ini Bug 1470646 - Rename session module to capabilities. r=whimboo 2018-06-26 17:13:35 +01:00

To run the tests in this directory, from the top source directory,
either invoke the test despatcher in mach:

	% ./mach test testing/marionette/test/unit

Or call out the harness specifically:

	% ./mach xpcshell-test testing/marionette/test/unit

The latter gives you the --sequential option which can be useful
when debugging to prevent tests from running in parallel.

When adding new tests you must make sure they are listed in
xpcshell.ini, otherwise they will not run on try.

See also ../../doc/Testing.md for more advice on our other types of tests.