We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accept a cmd line argument to specify a reporter and pass this argument to ember test in each scenario.
ember test
Ensure that ember test adds to the report instead of overwriting it.
Alternatively report in the specified format instead of printing the result to the console.
The text was updated successfully, but these errors were encountered:
You can already pass any arguments to the command that is run: See: https://github.com/ember-cli/ember-try#ember-tryone-scenario-options-----command-default-ember-test
Sorry, something went wrong.
Clarifying - add CMD line arguments to try:each
Thank you for clarifying.
For now, you could specify the command, with arguments, in the config: https://github.com/ember-cli/ember-try#configuration-files
No branches or pull requests
Accept a cmd line argument to specify a reporter and pass this argument to
ember test
in each scenario.Ensure that ember test adds to the report instead of overwriting it.
Alternatively report in the specified format instead of printing the result to the console.
The text was updated successfully, but these errors were encountered: