saveStep of scenarioo does not work in jasmine reporter specDone (too late, protractor commands for getting step information not working anymore)
In afterEach it can be called, but it is very difficult to find out whether it is a succeeded or failed test in this situation (to store failure information on the step)
therefore I had to intercept the expectation results to get informed about failures --> to set failure information on failure steps.
In anyway it seems to be a good idea, to not just make one step at the end of the test, but one for every failed expectation (I will do that)
still it makes sense to save a step in afterEach at least for success (not sure if it still makes sense on failure, if we allready record one for each expectation failure, but I will make this configurable)
the current examples do not provide the very important feature to take a screenshot on failure (and mark it as failure step).
Especially the new Fluent DSL should support this. For me this is the future DSL / API for ScenariooJS