We run BDD tests (Cucumber/Selenium) with Jenkins in a Continuous Integration process. The number of tests is increasing day by day and the time to run these tests is getting higher, making the whole CI process not really responsive (if you commit in the afternoon you would risk to see your building results the day after). Is there a way/pattern to keep the CI process quick in spite of increasing number of tests?
We run BDD tests (Cucumber/Selenium) with Jenkins in a Continuous Integration process. The number
Share
You could choose one of the following schemes:
Hope that helps.