Quantum 1.21.2 release notes (interim release)

Version 1.21.1 and 1.21.2 introduce the following changes: 

  • Fixed an issue with virtual devices for the driver.close() command by adding a condition to not execute the close commands for virtual devices.
  • Added support for adding custom fields in Perfecto Smart Reporting using ConfigurationManager or TestNG parameters, runtime parameters, or prop files.

    Syntax:

    Key name: custom.field

    Value syntax: customField1-customFieldValue1,customField2-customFieldValue2

    Optional key: custom.field.delimiter (can be used to change the default delimiter - to some other character)

  • Minor fix for a Null Pointer exception that occurred if the Platform name was null.

To upgrade to version 1.21.2:

  • Change the Quantum version to 1.21.2 in the pom.xml file.