Skip to content

jcoglan/cuke-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CukeWeb

A web frontend for exploring and running Cucumber test suites. Currently just a prototype, but can do these:

  • List and display features files in a project

  • Turn steps into links to their definition’s source code

  • Run scenarios by clicking their titles.

To set up, for now:

sudo gem install cucumber sinatra rack thin oyster
git clone git://github.com/jcoglan/cuke-web.git
cd cuke-web
ruby bin/cuke-web . -p 3000

Go to http://localhost:3000 to browse the app’s features. A lot of the scenarios are self-referential and won’t work through the web frontend, but the app should probably work for your cukes.

About

Browse, search and run your cukes from your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published