On this page

Overview

This page provides information about an individual release of the Gradle Integration Test and Automation Framework.

More release notes for additional versions of this product are available here.

Release Highlights





Release Date2023-05-02 - 2024-04-30
Version3.8.0, 3.8.1, 3.8.2, 3.8.3, 3.8.4, 3.8.5, 3.8.6
Purpose
  • Parallel support for script runner configurations
  • Parallel support for running tasks from a list of entries
  • Finer grain support for quarantine and skip lists
  • Improved log support with -Dlog option
  • Refactor and modernize examples
  • Support for Selenium 4.x
  • Additional Selenium helper methods
  • Support setting environment variables for cmd based tests
    • Example: parameters: [ env: [ System.getenv() + [ abc: 'ABC' ] ] ]
  • Fixes





Platforms and Compatibility

The following platforms were used during the development and testing of this release. We no longer test regularly on Windows even though it is fully supported platform.

Platform, Release, Discussion
Java, "1.8, 11.0, 17.0.8+9.1", "OpenJDK Runtime Environment Temurin"
Gradle, 7.3.3, "Recommend scripts run with Gradle 7.x or higher. \\While this release should not impact gint scripts and testing using earlier versions of Gradle as we are not changing any internal usage of more advanced Gradle 7.x features. However, Gradle 7.x is now using Groovy 3.x and we have seen at least a few problems with gint-examples. So, we did move this repository to 7.3.3 as well. Because of this we highly recommend upgrading to Gradle 7.x when using Gint 3.5.0 and higher."
Selenium, "3.14.0, 4.3.0", "4.x support with 3.8.3"
Mac OS X, "12.4, 13.x, 14.4.1"
Linux, "Linux 5.11.0-38-generic"
Windows, Version 10 - 11
[Appfire Command Line Interface (formerly Atlassian CLI)|https://bobswift.atlassian.net/wiki/spaces/ACLI/overview], "9.x, 10.x, 11.x", Recommend [11.3.0|https://appfire.atlassian.net/wiki/spaces/ACLI/pages/590970920/Release+Notes+11.3] or later 

Resolved Issues