-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Detail modules and tests names in the logging callbacks
QUnit.begin now send the callback parameter with the modules property, which now is an Array of objects each one with a name property representing the module name and a tests property with an Array of its respective tests objects with their respective names and ids. moduleDone and moduleStart also send in the callback parameter a tests property containing an Array of its respective tests names. config.moduleFilter is now removed to use only urlParams.module. The HTML Reporter will logs tests since from the begin callback listing the tests from there, this prevents logging them by their execution, as they should be listed on their given order. Fixes #674 Fixes #677
- Loading branch information
1 parent
36238ab
commit 168b048
Showing
5 changed files
with
269 additions
and
100 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
Oops, something went wrong.