Cucumber tools for Real Life
Do you use Cucumber to solve your many QA/testing needs? Are you one of the lucky ones who knows how to use it as it was meant to be used? Are you one of the unlucky ones who works on a team that uses it in a way that would make its creators cry? If you answered 'yes' to any of those questions, then I've got a toolbox for you!
Data dive into your Cucumber suite with CQL, a gem that enables you to make queries against your tests as easily as you would query a database. Keep track of your tens, hundreds, or even thousands of scenarios with CukeCataloger, a gem that makes sure that every single test case has a unique ID (no more tracking test history by the test name or location and hoping that no one moves it). Separate your tests with CukeSlicer, a gem that makes it easy to turn a thousand test suite into a thousand individual tests that can be easily handed off to whatever parallel testing infrastructure that you use. Last but not least, CukeModeler, the gem that makes the entire toolbox possible by providing a friendly model of all of your Cucumber source files for you to analyze or manipulate as far as your imagination can take you!
I plan on releasing the next major version of CukeModeler in the next few months, so there's never been a better time to try out these tools or provide feedback that will help this toolbox help you with all of your Cucumber related needs!
Post a comment