Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include mocha in test reference docs #56

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading