Skip to content
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

--out is positional and applies to the same-indexed --format #1409

Open
dkarlovi opened this issue Aug 19, 2022 · 0 comments
Open

--out is positional and applies to the same-indexed --format #1409

dkarlovi opened this issue Aug 19, 2022 · 0 comments

Comments

@dkarlovi
Copy link

behat --format=pretty --format=junit --out=some/dir

This yields an exception because the --out will actually apply to the first formatter pretty, not the junit one, creating UX issues and confusion.

An alternative is to merge the params like Docker does:

behat --format=pretty --format=junit,target=some/dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant