Closed
Bug 1461396
Opened 8 years ago
Closed 8 years ago
Add support for --keep-open=false or equivalent in web-platform-tests
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kats, Unassigned)
Details
When running `./mach mochitest`, there is a --keep-open=false option you can pass to have the browser automatically close after running the test. It would be really nice to support this in `./mach web-platform-test` as well. Often when debugging a test I have to run the test over and over and really just care about the stdout, so having to close the browser manually is a pain.
The specific command I'm running is:
./mach web-platform-tests testing/web-platform/tests/old-tests/submission/Microsoft/history/history_000.htm
Comment 1•8 years ago
|
||
--no-pause-after-test or --no-pause for short.
Note that you can also use --repeat-until-unexpected to run the test until it fails.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•8 years ago
|
||
Perfect, thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•