-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address review comments; some minor fixes; add newsfrag
- Loading branch information
Showing
12 changed files
with
2,507 additions
and
1,711 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Change Testplan exported JSON report structure to reduce report size. | ||
|
||
* Remove unused report entry fields. | ||
* ``fix_spec_path`` and ``host``. | ||
* ``status_override`` and ``status_reason`` in case they are empty. | ||
* ``line_no``, ``code_context`` and ``file_path`` if ``--code`` is not enabled. | ||
* ``env_status``, ``part`` and ``strict_order`` depending on report category. | ||
* Remove unused assertion entry fields ``category`` and ``flag`` if they are ``DEFAULT``. | ||
* Merge assertion entry field ``utc_time`` and ``machine_time`` into unix-format ``timestamp``, and store timezone info in parent Test-level report under key ``timezone``. |
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.