-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
junitxml: add properties node in testsuite level
The commit allow users to add a properties node in testsuite level see example below: <testsuite errors="0" failures="0" name="pytest" skips="1" tests="1" time="11.824"> <properties> <property name="ARCH" value="PPC"/> <property name="OS" value="RHEL 7.2"/> <property name="TestPlanURL" value="https://url.."/> <property name="Automated" value="True"/> </properties> <testcase classname="git.....> </testcase> </testsuite> The current situation is that properties node can be added to every testcase node. However, sometimes we need some global properties that applies to all testcases and give better description for the testsuite itself.
- Loading branch information
1 parent
5fd8207
commit fa6acdc
Showing
5 changed files
with
111 additions
and
0 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
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