ember-try icon indicating copy to clipboard operation
ember-try copied to clipboard

Support test reporters for CI

Open BryanCrotaz opened this issue 4 years ago • 3 comments

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.

BryanCrotaz avatar Feb 24 '22 21:02 BryanCrotaz

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

kategengler avatar Feb 24 '22 21:02 kategengler

Clarifying - add CMD line arguments to try:each

BryanCrotaz avatar Feb 24 '22 21:02 BryanCrotaz

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

kategengler avatar Feb 24 '22 21:02 kategengler