Packages
XUnit Formatter for exunit test results. The format is tailored to work with azure devops, but any XUnit parser will work.
Current section
Files
Jump to
Current section
Files
exunit_formatter_xunit
README.md
README.md
# XunitFormatter
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `xunit_formatter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xunit_formatter, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/xunit_formatter](https://hexdocs.pm/xunit_formatter).