Jenkins and Cucumber work together to solve testing problems, using easy-to-write and easy-to-read testing, and continuous integration automation. Cucumber lets you write and understand tests in plain language, Jenkins performs the testing, and then sends a report back to you.
Together, they make it easy to test important parts of your project code, to target edge cases, and to avoid state explosion (avoiding explosions is generally a good thing).
When you look at your Codebots dashboard, the tests that are passing are green and failing tests are a less friendly orange or red.
It's easy to think of a failed test, in bright red, as something getting in the way of your project.
From another point of view, it's useful information.
It tells you about your project design, and the state of your code.
It helps you keep track of the overall progress of your project, and keep your finger on the pulse of your software development.
Codebots links together Cucumber and Jenkins with a model-driven testing design to decrease testing time.
Testing should be easy, and the Codebots platform aims to make it easy as possible.