Skip to content

Releases: concordion/cubano

1.1.3

11 Jul 11:39
Compare
Choose a tag to compare

Updated dependencies

1.1.2

11 Jul 11:38
Compare
Choose a tag to compare

Updated dependencies

1.1.1

11 Jul 03:42
Compare
Choose a tag to compare

Update dependencies to newer versions without known security vulnerabilities
Update Concordion to fix concordion/cubano-demo#38

1.1.0

29 Jun 23:51
d8a9025
Compare
Choose a tag to compare

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

06 Jul 21:09
Compare
Choose a tag to compare

This release includes enhancements and fixes as below:

#108 "multipart/form-data" submission. Update new_line chars to allow for platform independence
#110 Upgrade Cubano to use Concordion 3.0.1

1.0.1

06 Jul 03:36
Compare
Choose a tag to compare

This release includes enhancements and fixes as below:

#105 Refactor mechanism for http logging. Rely on loggers to decide if they should log request detailed messages
#109 Upgrade to Concordion 3.0.0

1.0.0

06 Jul 03:35
Compare
Choose a tag to compare

This release includes enhancements and fixes as below:

#105 Refactor mechanism for http logging. Rely on loggers to decide if they should log request detailed messages
#109 Upgrade to Concordion 3.0.0

0.3.5

09 Sep 01:45
Compare
Choose a tag to compare

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

18 Jun 20:21
Compare
Choose a tag to compare

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

08 May 21:32
Compare
Choose a tag to compare

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)