eugene-sea / karma-cucumber-js

Karma adapter for running Cucumber.js features
10 stars 4 forks source link

Example? #9

Closed JimLynchCodes closed 8 years ago

JimLynchCodes commented 8 years ago

Is there an example of a project using this framework with a sample feature, step, and karma.config file that I can looks at? Thanks!

eugene-sea commented 8 years ago

https://github.com/eugene-sea/karma-cucumber-js/blob/master/karma.conf.js https://github.com/eugene-sea/karma-cucumber-js/tree/master/test_features

Note, karma.conf.js should be exactly like in README.md

JimLynchCodes commented 8 years ago

Thanks!