Skip to content

Commit

Permalink
Add detail for mocha/mochawesome (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbcook committed Mar 1, 2024
1 parent 013d6b7 commit 77c5b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TestFramework-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ This collection of resources is intended to support development efforts for the

- Schema: <https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd> - referenced by [IBM's outline][ibm-ref] for JUnit schema
- Schema: <https://github.com/junit-team/junit5/blob/main/platform-tests/src/test/resources/jenkins-junit.xsd> - referenced by github issue [junit-team/2625][github-issue-2625]
- Overview with examples: <https://github.com/testmoapp/junitxml>

[github-issue-2625]: https://github.com/junit-team/junit5/issues/2625
[ibm-ref]: https://www.ibm.com/docs/en/developer-for-zos/16.0?topic=formats-junit-xml-format

- **Mocha**:

- Mocha reporter: <https://mochajs.org/#json>
- Mochawesome reporter: <https://github.com/mochajs/mocha/blob/master/lib/reporters/json.js>

- **MSTest**:

- The XSD schema for MSTest is installed with Visual Studio at `%Program Files%\Microsoft Visual Studio\<version>\Xml\Schemas\vstst.xd`
Expand Down

0 comments on commit 77c5b7b

Please sign in to comment.