Bug 1616522 - Added mochitest documentation for https-tests. r=ahal DONTBUILD

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
JulianWels 2020-02-21 14:32:05 +00:00
parent 7447e4fedd
commit 6e54cc8465

View File

@ -157,6 +157,13 @@ run-sequentially
By convention, the value of this key is a string describing why the test
can't be run in parallel.
scheme
Changes the scheme and domain from which the test runs. (Only used in mochitest suites)
There are two possible values:
- ``http`` (default): The test will run from http://mochi.test:8888
- ``https``: The test will run from https://example.com:443
.. _manifest_filter_language:
Manifest Filter Language