Skip to content

rainchen/cukes_slicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CucumberSlicer

Run all cucumber features in parallel(each feature using an independent db for testing). Cucumber Slicer

== What is 1. Create tmp dir (TODO: use a memory dir) 2. Prepare test.db (sqlite db with seed data) 3. Copy test.db for each feature 4. Run cucumber with it's db in parallel(using "&" shell magic) and log the out put. 5. Collect all logs and analyze the logs 6. Clear tmp dir

== Requirement cucumber --version >= 0.4.4

== Install script/plugin install git://github.com/rainchen/cukes_slicer.git

== Usage rake cucumber:slicer

== Help rake -T cucumber:slicer

== Homepage http://github.com/rainchen/cukes_slicer

Copyright (c) 2009 [RainChen], released under the MIT license

About

Run all cucumber features in parallel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages