Closed
Bug 2024573
Opened 4 months ago
Closed 4 months ago
Add a `--restart-between-tests` mode for mochitests
Categories
(Testing :: Mochitest, enhancement)
Testing
Mochitest
Tracking
(firefox151 fixed)
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
Add a --restart-between-tests mode for mochitests to restart the browser between each test, useful to identify tests with undocumented dependencies.
Also fix a bug causing restartAfterFailure to fail when restarting due to profilePath not being reset between iterations.
| Assignee | ||
Comment 1•4 months ago
|
||
Also fix a bug causing restartAfterFailure to fail when restarting due to
profilePath not being reset between iterations.
Pushed by fqueze@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f33ce7f1cfe8
https://hg.mozilla.org/integration/autoland/rev/d34ac9d94416
add a --restart-between-tests mode for mochitests, r=ahal.
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•