Skip to content

Write cucumber in javascript, then easily run it in the browser or with karma

Notifications You must be signed in to change notification settings

cmjonescm/karma-cucumber

 
 

Repository files navigation

karma-cucumber

Cucumber run purely in the browser. A runner that can be used with a karma reporter or html reporter.

Write your step helpers entirely in Javascript, access the DOM or instrument your page easily with uitest.js, and run your tests in the browser or (coming soon) with karma.

Getting Started

####Karma Reporter

Run the cucumber tests in the browser with karma

Instructions coming soon

####HTML Reporter

Run the cucumber tests in the browser manually

  • Install the bower package bower install karma-cucumber
  • Add your feature files, step definitions, and a runner.html
  • Open the runner in the browser

Checkout this folder of examples which contains a simple example and a uitest.js example.

You can run these locally as well:

  • Make sure you have connect server npm install
  • Then run it node examples/server.js

Here is an example in a larger application.

Credits

Major credit to Julien and everyone making cucumber-js.

License

MIT

About

Write cucumber in javascript, then easily run it in the browser or with karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published