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:
Yes , this affecting our execution also
We are experiencing an issue similar to the one mentioned on the Selenium plugin page after upgrading to 23.2. Should this have been fixed with the recent v23.2.1 release of the Cucumber for Appian plugin?
2023-06-21 00:24:13,082 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Logout linkorg.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[contains(@aria-label,'Open user options menu')]"} (Session info: chrome=114.0.5735.133)For documentation on this error, please visit: selenium.dev/.../Build info: version: '4.8.2', revision: '826dbfc730'System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.15.0-75-generic', java.version: '11.0.17'Driver info: org.openqa.selenium.chrome.ChromeDriverCommand: [28729057c2c5c3c9e3692190e91dd527, findElement {using=xpath, value=//a[contains(@aria-label,'Open user options menu')]}]
Thanks for the answer Satheesh.
I'm not facing this issue in version 23.1, but I'm curious to know in which file I can add the chrome Options? I know we can do it in a custom java file and open the browser from there, but in that case will we be able to use the cucumber commands provided by Appian?
Post 23.1 upgrade, old locators for dropdown class is not working for us. Does any one else facing the issue with older locators? is there any way that we can make older one compatible too?
Examples on how we are using it previously -
Locator: (//*[contains(text(),'Valuation Report Type')])[1]/ancestor::*[contains(@class,'FieldLayout---field_layout FieldLayout---margin_below_none FieldLayout---margin_above_none FieldLayout---inSideBySideItem')]/descendant::*[@role='listbox']
Locator: //div[contains(@class,'Dropdown')][@role='listbox']
yes, Chrome driver 111 we need to add additional argument or else we need downgrade he chrome version in our local
Thanks
Satheesh Kannan
Hi Team,
I am facing "org.openqa.selenium.remote.http.ConnectionFailedException" error when invoking command "Given I setup with "CHROME" browser" in cucumber-for-appian versions 22.4 and 23.1 and and chrome version "111.0.5563.65 (64-bit)". I also checked using ChromeDriver 111.0.5563.64, but got the same error. I'm using AWS windows 10 machine.
Error message: org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to <my-local-host-details>