Releases: concordion/cubano
1.1.3
1.1.2
Updated dependencies
1.1.1
Update dependencies to newer versions without known security vulnerabilities
Update Concordion to fix concordion/cubano-demo#38
1.1.0
This release includes updates to dependencies and build/publishing infrastructure. It includes Concordion 3.1.2 which adds the new #ROW feature when executing tables.
Updated Concordion to 3.1.2
Updated dependencies to latest version
Updated Gradle to Gradle 7
Updated to use MavenCentral rather than JCenter
Publish directly to Sonatype rather than via Bintray
Added Github Actions workflow
Replaced Findbugs with Spotbugs
Updated Checkstyle configuration
1.0.2
1.0.1
1.0.0
0.3.5
This release includes enhancements and fixes as below:
#103 Firefox Browser Config
- Add configuration for running 'headless'
- Refactor logging of FirefoxDriver logs. FirefoxDriverLogLevel still does not appear to work as intended, however there are some logging differences between the logging levels.
#104 PageHelper Refactor
- Harden the element click, by surrounding with a webdriver wait.
Update Http LogManager
- Rely on loggers to decide if they should log request detailed messages
0.3.4
This release includes enhancements and fixes as below:
#98 Fix to ActionWait, so that both withTimeout and withMaxAttempts work correctly
#99 Improve Waits for DOM Operations. When a DOM operation is happening on a page it may temporarily cause the element to be inaccessible. Wait for the DOM operation to complete, and ignore the WebDriverException (and hierarchy), rather than throw an exception
#100 Allow a custom screenshot taker to be set. Provide an extension point from ScreenshotTaker.
#101 Add DOJO controls, DojoDropDownSelect and DojoInputWebElement. Super helpful, when working with DOJO apps.
#102 ExpectedToFailInfoExtension has now been deprecated, use concordion-status-info-extension instead
0.3.3
Upgrade to Selenium v3.141.59 (including related dependencies #95 )
#92 Correct logic in ActionWait to correctly return custom timeout messages
#93 Refactor PageHelper to allow for waiting on WebElements to be available and allow optional parameters to be passed into constructor of the newInstance.
#96 Enable Full Screenshots supporting full page screenshots when viewport is restricted due to web pages with frames
#97 Introduce concordion-status-info-extension:1.0.4, which will be a replacement for ExpectedToFailInfoExtension (which has now been deprecated)