Release Notes
Below are details of features and bug fixes available in each release of the Test Evolve 'Spark' framework.
Spark Ruby
2024.1.1
Release Date: 11th December 2024
Changes:
- Improved configuration efficiency - Configuration files/sections for Spark features that you may not be using, e.g. Desktop App or Visual Testing, are not required and can be omitted in your default and/or ci_config directories
- LambdaTest integration for Desktop and Mobile Browser automation
Configuration Changes:
If you wish to make use of the LambdaTest integration, you should ensure that the following configuration is present in the browser.yml and accounts.yml files.
Within the browser.yml file:
lambda_test:
platform: desktop
lambda_test_options: [ ]
desktop:
browser: Chrome
browser_version: 120
platform: Windows 10
maximise: true
resize: false
breakpoint:
width: 800
height: 600
mobile:
browser: Safari
device: iPhone 12
os: ios
os_version: 14
Within the accounts.yml file:
lambda_test:
username: Your username
access_key: Your access key
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.
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
- Chrome:
Older Versions
View older versions of Spark Runner in our Archive Page.