Quantum 3.1.7 release notes
The Quantum 3.1.7 release includes the following enhancements:
-
Addressed a Webdrivermanager library security vulnerability by upgrading from version 5.4.6 to 6.1.0.
-
Added a configuration option to prevent automatic generation of a failed test TestNG config file. To disable this behavior, set
generate.failed.testng.file=false
in the project’sapplications.properties
file. Omitting the property or setting it to any other value will allow the file to be generated. -
Resolved an issue where an “Unsupported command” error could occur when executing
element.click()
orelement.sendKeys()
on an identified element while the active Appium driver is inNATIVE_APP
context.
Upgrade to Quantum 3.1.7
-
Review and apply the changes outlined in the Quantum 3.0.0 release notes.
-
Update the
quantum.version
reference in the project’spom.xml
file to 3.1.7 or the latest available version from Maven Central.