Skip to main content

Release Notes

Below are details of features and bug fixes available in each release of the Test Evolve 'Spark' framework.

Spark Ruby

2024.1.0

Release Date: 19th July 2024

Changes: Required Code Version: Ruby 3.2.4 (Read our Ruby upgrade guide here)

  • Runner 1.3.0 with support for this has been released
  • Various bug fixes

Configuration Changes:

With the upgrade to 3.2, Ruby has removed support for File.exists? in favour of File.exist?. When upgrading older projects to this ruby version, some users may see errors due to the following line in their configuration files:

<%= IO.read(filename) if File.exists?(filename) %>

This line can now be removed from all configuration files as it is no longer required for config merging.

Older Versions

View older versions of Spark Ruby in our Archive Page.

Spark JavaScript

2024.1.1

Release Date: 13th August 2024

Changes:

  • Added support for Chrome and Edge download location specification

Configuration changes:

Within the browser.yml file, you will need to add a download_location key and value as shown below within the Chrome AND Edge sections.

default_config/browser.yml
chrome:
version: default
jmeter: false
owasp_zap: false
custom_options: []
download_location: default

edge:
version: default
download_location: default

Older Versions

View older versions of Spark Javascript in our Archive Page.

Runner

1.3.1

Release Date: 14th Nov 2024

Changes:

  • Updated browsers
    • Chrome: 131.0.6778.69
    • Edge: 130.0.2849.80
    • Firefox: 132.0

Older Versions

View older versions of Spark Runner in our Archive Page.