scenarioo / scenarioo-js

Scenarioo writer library to produce feature rich e2e test reports, e.g. from Protractor/WebDriverJS tests with Jasmine
http://www.scenarioo.org
MIT License
10 stars 3 forks source link

Add Test Failures to Scenario Properties #29

Open dola opened 8 years ago

dola commented 8 years ago

In addition to locally logging test failures and errors, those should be automatically added to the properties of a scenarioo. This allows the user to see the test errors in the generated docu.

bruderol commented 8 years ago

I think that is currently allready done - but only the error message as the title of the step where it happens.

How it should be:

  1. We should use a different field for that in the properties, only set the step name to a short error message
  2. also on the scenario
  3. stacktrace and other error info should be added