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

Bug: Not enabling scenarioo causes tests to fail (context objects not available) #22

Closed bruderol closed 8 years ago

bruderol commented 8 years ago

It is important that running tests written in scenarioo DSLs or containing calls to saveStep or getUsecaseContext() etc. does not cause an exception, if scenarioo reporting is not enabled.

This was broken somehow. I will fix it.

bruderol commented 8 years ago

fixed