Open yuvalshi0 opened 3 years ago
Hi,
In pytest project I'm using allure report to capture the assertion errors, but due to the shell coloring, the ouput seems off: I was wondering if you think that adding --no-diff-color option?
Might be a good idea to handle NO_COLOR (https://no-color.org/).
NO_COLOR
I can try and make a pull request
Hi,
In pytest project I'm using allure report to capture the assertion errors, but due to the shell coloring, the ouput seems off: I was wondering if you think that adding --no-diff-color option?