From 77c5b7b2b1349373ab6395da4d282f4e3341f4a9 Mon Sep 17 00:00:00 2001 From: Bryan Cook <3217452+bryanbcook@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:18:50 -0500 Subject: [PATCH] Add detail for mocha/mochawesome (#56) --- TestFramework-Reference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TestFramework-Reference.md b/TestFramework-Reference.md index ab93aca..3bf279e 100644 --- a/TestFramework-Reference.md +++ b/TestFramework-Reference.md @@ -21,10 +21,16 @@ This collection of resources is intended to support development efforts for the - Schema: - referenced by [IBM's outline][ibm-ref] for JUnit schema - Schema: - referenced by github issue [junit-team/2625][github-issue-2625] + - Overview with examples: [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: + - Mochawesome reporter: + - **MSTest**: - The XSD schema for MSTest is installed with Visual Studio at `%Program Files%\Microsoft Visual Studio\\Xml\Schemas\vstst.xd`