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

Support test reporters for CI #828

Open
BryanCrotaz opened this issue Feb 24, 2022 · 3 comments
Open

Support test reporters for CI #828

BryanCrotaz opened this issue Feb 24, 2022 · 3 comments

Comments

@BryanCrotaz
Copy link

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.

@kategengler
Copy link
Member

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

@BryanCrotaz
Copy link
Author

BryanCrotaz commented Feb 24, 2022

Clarifying - add CMD line arguments to try:each

@kategengler
Copy link
Member

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

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

2 participants