Skip to content

Commit

Permalink
update junit reporter docs - fixes #6671
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 7, 2021
1 parent 5b7992c commit 5c0579d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wdio-junit-reporter/README.md
Expand Up @@ -81,7 +81,7 @@ becomes
<property name="capabilities" value="chrome"/>
<property name="file" value=".\test\specs\asuite.spec.js"/>
</properties>
<testcase classname="chrome.a_test_case" name="a_nested_test_suite_a_test_case" time="11.706"/>
<testcase classname="chrome.a_test_case" name="a nested test suite a test case" time="11.706"/>
</testsuite>
</testsuites>
```
Expand Down Expand Up @@ -110,7 +110,7 @@ becomes
<property name="suiteName" value="a test suite"/>
<property name="capabilities" value="chrome"/>
<property name="file" value=".\test\specs\asuite.spec.js"/>
<testcase classname="chrome.a_test_case" name="a_nested_test_suite_a_test_case" time="11.706"/>
<testcase classname="chrome.a_test_case" name="a nested test suite a test case" time="11.706"/>
</properties>
</testsuite>
<testsuite name="a second test suite" timestamp="2019-04-18T13:45:21" time="11.735" tests="0" failures="0" errors="0" skipped="0">
Expand Down

0 comments on commit 5c0579d

Please sign in to comment.