cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
138 stars 33 forks source link

Different outputers #39

Closed leifg closed 6 years ago

leifg commented 6 years ago

Is there a way to output scenario results in a more detailed way? Ideally an outputer to HTML

mgwidmann commented 6 years ago

Cabbage is built on ExUnit, and it has formatters that you can use if you target only the cabbage tests using the @integration tag. https://hexdocs.pm/ex_unit/ExUnit.Formatter.html

There are libraries I believe that will give you different output based on the tests that ran. Try looking here: https://hex.pm/packages?search=exunit&sort=recent_downloads