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:
Hi, we are running our test suite on a Ubuntu server through Jenkins. We need to run the test headless because there is no GUI to launch the browser. Is there a way to do this. From what I can see, there is not. If not, if we add a Boolean to the custom.config and a check to the BaseFixture.setupWithBrowser to set ChromeOptions to --headless, can we submit this back to you as an enhancement so we do not have to make this change every time a new version is released?