Open
Bug 1480262
Opened 7 years ago
Updated 3 years ago
Reset coverage counters before running tests and dump them before shutting down the browser
Categories
(Testing :: Code Coverage, enhancement)
Testing
Code Coverage
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
We already do this in per-test coverage mode, but we could do it always.
Benefits:
- Coverage information would be more precise about what the tests are actually testing, removing the coverage information from the startup of the browser and the shutdown of the browser (code which is run just for setting up the test infrastructure, but is not actually part of the tests);
- The size of the coverage data would be reduced.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•