Closed bruderol closed 8 years ago
Started to improve some of the mentioned points, now it looks as follows:
there is now 1 line for each scenario in correct color and followed by the usual jasmine */./F output (did not manage to put this on the same line unfortunately (maybe on linux it will work).
the use case lines are kept black, because that is just additional summary and not a real failed or succeeded test on its own
I updated the issue description to reflect current state.
@dola what do you think? Okay like this?
@bruderol looks pretty cool with the colors! Will have a look at the code next week.
you can see a sample output here: http://build.scenarioo.org/jenkins/job/deploy-demo-and-run-e2e-tests/824/console
finally managed to even make it better:
only one line per scenarioo success or failure together with jasmine ./F/* output :-)
consider this as done
Scenario Logging is verbose, which has some advantages, but should be a little bit more nice and also should be possible to disable.
Before implementing this issue it looked similar to the following:
following has been improved:
.
andF
and*
from jasmine should be logged together with scenarioo's scenario outcome log they belong too, instead of on a new line