Squash TF Cucumber Java Runner

Overview

The Squash Test Factory (Squash TF) Cucumber Java Runner allows you to run gherkin scripts with the TF ecosystem, the test script is the feature file itself. The Java implementation of the gherkin scripts must be compatible with the cucumber framework.

The runner (Maven based) enables to run scripts from an IDE, command line, TF Server but also from Squash Test Managment (Squash TM).

Differents reporting are available, and in the case where the execution launcher is Squash Test Management (Squash TM), runtime test status and final report are sent back to Squash TM.

The runner allows either to run the features either to check if the features are runable (dryrun) , ie if the automation work was done which means that a java implementation of each step exists.