I'm looking for a small example TypeScript or JavaScript project that produces a JUnit XML result file.
Using the xUnit sample as an example, the sample should provide:
- readme.md that outlines what tooling stack required, how to compile and produce the result locally, and sample
PublishTestPlanResult task syntax.
- a few basic test cases that show the various matching strategies:
- a copy of the Junit xml output for reference.
I'm looking for a small example TypeScript or JavaScript project that produces a JUnit XML result file.
Using the xUnit sample as an example, the sample should provide:
PublishTestPlanResulttask syntax.