'BDD Cucumber test management tool

Is there an open source tool available to control the running of BDD cucumber tests?

We are developing BDD cucumber tests and would like the option to control the tests when running them (start/stop/pause/restart) using an open source (or proprietary) test tool.



Solution 1:[1]

The short answer it, yes.

The somewhat longer answer is that it depends on your echo system.

If you are using Java, then any build tool will be sufficient. That is Maven, Gradle or similar. These are easy to integrate in your Continuous Integration, CI, environment. With a tool chain like that, you are able to execute Cucumber on every build and will always know if your system works or not.

Solution 2:[2]

Yes , but in small scope (Automation tests) and less process control related to run and control tests ,In high scope with multiple branches and projects i think you have to move to Jenkins with full control.

Following link describe the coparsion : https://www.saashub.com/compare-jenkins-vs-cucumber

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Thomas Sundberg
Solution 2 Software Tester at ExpandCart