victorolinasc / junit-formatter

A JUnit XML report exporter for Elixir's ExUnit
https://hexdocs.pm/junit_formatter/
Apache License 2.0
110 stars 37 forks source link

No xml produced #9

Closed ibizaman closed 8 years ago

ibizaman commented 8 years ago

I added {:junit_formatter, "~>0.1.2"} as a dependency, added :junit_formatter to the applications list and added ExUnit.configure formatters: [JUnitFormatter, ExUnit.CLIFormatter] before ExUnit.start but no xml file is produced.

I'm using elixir 1.2.2. Did I miss something? What could I look to know what's going on?

ibizaman commented 8 years ago

eh my bad... I was looking in the wrong _build directory...

cs-victor-nascimento commented 8 years ago

No problem! If anything shows up just open a new Issue

ibizaman commented 8 years ago

I was looking in an app's _build folder that was a leftover from when umbrella apps did not share it.