Re: A less intrusive way to run mochitest-plain

2017-11-20 Thread Blake Kaplan
Brendan Dahl wrote: > ./mach test --headless [path/to/test/] This is really awesome, I can't wait to use it! -- Blake Kaplan ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

A less intrusive way to run mochitest-plain

2017-11-20 Thread Brendan Dahl
I just landed support for running mochitest-plain tests in headless mode. Next time you want to run some mochitests and not be bothered by Firefox opening and demanding focus, just add ---headless to ./mach test. Headless mochitest-plain is supported on Windows, MacOS, and Linux. ./mach test --hea