typescript-xunit-xml

Produce xUnit-style XML output from typescript compiler messages

Usage no npm install needed!

<script type="module">
  import typescriptXunitXml from 'https://cdn.skypack.dev/typescript-xunit-xml';
</script>

README

typescript-xunit-xml

Produce xUnit-style XML output from typescript compiler messages

Installation

npm install --save-dev typescript-xunit-xml

Usage

tsc | typescript-xunit-xml | tee junit.xml

Roadmap

Support for --pretty output that includes the source code snippet is intended.

License

MIT