Check out this video to learn the five steps for a successful automation (19 mns):
Writing tests with CucumberStudio is nice, getting them to be run automatically is even better. To ease this transition, we created the HipTest Publisher tool, which transforms your test scenarios into executable tests in various languages (Java, Ruby, Python, and others) and test framework.
This documentation will help you through the process of getting your test scenarios into automated tests. There is four steps in this process, each one described in one of the following pages:
-
Select a coupling level approach: this step defines how close your test scenarios and your executable tests will be.
-
Structure your project: a project designed for automation must follow some rules in order to simplify its updates.
-
Create executable scripts: how to use HipTest Publisher to transform your tests into executable ones.
-
Integrate with your Continuous Integration process: the last step is to integrate your CucumberStudio tests into your CI process in order to get the results back in CucumberStudio.
Check out this live demo to see how to automate 1 scenario and integrate it with your CI: