-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to choose the output format #751
Comments
What command did you use to run AVA? Instead of adding an option we'll just fix the auto-detection. |
My command to run the test is simple: The difficulties is that I execute it in a docker container: |
@Spy-Seth AVA checks environment variables to auto-detect your CI. You'll have to forward it to your docker container:
(Like 80% sure on the Alternatively you can force verbose output:
|
Adding Thanks for your help ! |
@Spy-Seth no worries. It's something that should be documented (#404). |
AVA automaticly try to detect the output capabalities to choose the right output formater.
But sometimes it failed to choose the good one. For example here on one of my travis build:
Could you had options to choose the formater?
The text was updated successfully, but these errors were encountered: