Overview
Test your Appian application within minutes with methods created specifically to operate within Appian applications and Tempo!
Common test case scenarios can be created for reusability throughout test suites. A CheatSheet.feature file that lists out all the supported methods and how to invoke them using the @Given, @When, @Then, @But, @And, and other Cucumber-supported annotation.
Note: Java 11 required for plugin version 23.4
Key Features & Functionality
With Cucumber for Appian:
When running our tests, we see a fair number of timeout exceptions due to network blips or other causes, leading to test failures. Since we run our tests in an overnight batch (spitting out a results report for the team to wake up to), we'd love for the plugin to be configurable to do one of two things:
1. Retry the test if it gets a timeout
2. Skip the test upon timeout instead of failing it
Happy to hop on a call to discuss further. Thank you!