atoum / standard-edition

opinionated packaging of atoum with build-in extensions and improved ci-integration
MIT License
3 stars 2 forks source link

an option for the xunit file ? #2

Open agallou opened 7 years ago

agallou commented 7 years ago

in https://github.com/agallou/atoum-standard-edition/blob/master/configuration.php#L25 we add an environnement variable to indicate where to writte an xunit report (this could be usefull in ci environnements)

Should we add also an option (like a --log-junit <file> for example) ? (and also, should the presence of the option override the envionnement variable configuration (if the env is present and the option is passed, only the option is used) ? (I think it should)

cc @jubianchi, @Grummfy ?

Grummfy commented 7 years ago

in this case it should be the same on other options. I would prefer to have a command that list the env var available

agallou commented 7 years ago

@Grummfy the PR #15 lists available env vars.

Grummfy commented 7 years ago

nice

Grummfy commented 6 years ago

So, what we will do about this one?