bug 1490289: marionette: add pointer to general marionette test docs; r=me

DONTBUILD
This commit is contained in:
Andreas Tolfsen 2018-09-11 14:31:24 +01:00
Родитель 3d4ba70e62
Коммит 7cee7e4b11
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -7,8 +7,10 @@ Or call out the harness specifically:
% ./mach xpcshell-test testing/marionette/test/unit
The latter gives you the `--sequential` option which can be useful
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.