Fork me on GitHub
#kaocha
<
2021-07-29
>
andrea.crotti15:07:53

a question about reporters, so in the configuration the key is reporter but it takes a list of reporters. are they actually all used? From what I can see only one is used anyway (which I guess makes sense), so why is it a list? and also you can specify a reporter from the CLI, would that override the whole list defined in tests.edn or append another reporter?

andrea.crotti15:07:29

I guess is only when the reporter is capturing the whole output and printing out something else (which is probably quite common), in that case having multiple reporters probably would not make sense anyway