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

Use "failed" instead of "fail" as unsuccessful status value #11

Closed adiherzog closed 8 years ago

adiherzog commented 9 years ago

See Java implementation:

https://github.com/scenarioo/scenarioo-java/blob/develop/src/main/java/org/scenarioo/model/docu/entities/Status.java

/**
 * Status for successfully succeeded and tested without errors.
 */
SUCCESS("success"),

/**
 * Status for failed testing the corresponding step, scenario, use case or build.
 */
FAILED("failed");
xeronimus commented 8 years ago

hi @adiherzog . I think this is already fixed in develop?

adiherzog commented 8 years ago

ok thanks :+1: