ember try:ember
dies after first failed scenario with 1.0.0-beta.3
#197
Labels
ember try:ember
dies after first failed scenario with 1.0.0-beta.3
#197
When using ember-try 1.0.0-beta.3,
ember try:ember
exits immediately after a single scenario fails, without running the remaining scenarios or outputting the summary. (0.2.23 and 1.0.0-beta.1 work as expected.)I created a new addon as a testcase, with a single failing test in it: https://github.com/pgengler/ember-try-testcase
To reproduce:
yarn install
.ember try:ember
. Only the "default" scenario runs, and execution stops with an error message displayed (see output)To see beta-1 behavior:
beta-1
branch of the test addon and runyarn install
.ember try:ember
. The scenarios all run to completion. (see output)The text was updated successfully, but these errors were encountered: