Skip to content

Commit 7c0f82c

Browse files
committed
updating to package latest junit-converter, updating readme
1 parent 8cd8a3f commit 7c0f82c

3 files changed

Lines changed: 9 additions & 29 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,33 +56,13 @@ https://github.com/adamgruber/mochawesome
5656
- Tests suites without any tests are excluded from Mochawesome and JUnit.
5757
- Attachments are not supported.
5858

59-
### JUnit
60-
61-
- Converts **<properties>**, **<system-out>** and **<system-err>** elements to Mochawesome test context.
62-
63-
### NUnit
59+
### Conversion process to JUnit
6460

65-
- NUnit v3+ XML is supported.
66-
- Converts **<properties>** elements to JUnit **<properties>**.
67-
- Converts **<output>** elements to JUnit **<system-out>**.
61+
- **Full conversion process is described in [junit-converter](https://github.com/agracio/junit-converter)**
6862

69-
### xUnit.net
70-
71-
- xUnit.net v2+ XML is supported.
72-
- Converts **<traits>** elements to to JUnit **<properties>**.
73-
- Converts `test` **<reason>** elements to JUnit **<skipped>**.
74-
- Supports single **<assembly>** per file, if multiple assemblies are present only first will be converted.
75-
76-
### MSTest TRX
63+
### JUnit
7764

78-
- Converts `Output/ErrorInfo/Message` to JUnit **<failure>** message.
79-
- Converts `Output/ErrorInfo/StackTrace` to JUnit **<failure>** stack trace.
80-
- Converts `Output/StdErr` to JUnit **<system-err>**.
81-
- Converts `Output/StdOut` to JUnit **<system-out>**.
82-
- Converts Inconclusive and NotExecuted tests to **<skipped>** with message.
83-
- Test suites are split into multiple **<testsuite>** elements by test classname.
84-
- Tests are ordered by name.
85-
- Test suit times are not 100% accurate - displayed as a sum() of all test times.
65+
- Converts **<properties>**, **<system-out>** and **<system-err>** elements to Mochawesome test context.
8666

8767
### Usage
8868

‎package-lock.json‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"MSTest"
4444
],
4545
"dependencies": {
46-
"junit-converter": "^1.0.1",
46+
"junit-converter": "^1.0.2",
4747
"lodash": "^4.17.21",
4848
"mochawesome-report-generator": "^6.2.0",
4949
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)