-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mocha-runner): report the test's file name (#3504)
Add support for reporting a test's file name in the mocha reporter. Reporting a file name was added in mocha 10. This usually results in the test file being reported. The test location isn't reported, so Stryker's HTML report won't be able to point to the exact location. Note that the file being reported by mocha might not be your source file when using a `--buildCommand`. Mocha support filenames, see: mochajs/mocha@3dd1cdb Co-authored-by: Nico Jansen <jansennico@gmail.com>
- Loading branch information
1 parent
90910cd
commit 34d8e70
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters