DealerDotCom / jasmine-cucumber

a cucumber-like api for running tests in javascript
Apache License 2.0
12 stars 6 forks source link

Feature Files #6

Open todoubled711 opened 5 years ago

todoubled711 commented 5 years ago

Hi,

As part of this library does it have the concept of an actual feature file? Instead of stringing everything together in a spec file with feature().scenario().given().when().then().

Thanks, Todd