CukeSaladJuggler Who can use this? Anyone writing cucumber steps where you need to share some variables/objects between steps. It also gives you a EL support for your gherkin test steps. You can collect objects/variable created from previous steps in a context map which can be access later in other steps. Also, the same context can…
Featured
Cuke Salad for testing
Cuke salad is a suite of plugins that help developers write test cases for various types of application. Most of the step definitions that are common far any type of application are implemented in these plugin jars. You can simply include them in your test project and start testing.