Skip to content

1.21.1

Compare
Choose a tag to compare
@kulin24 kulin24 released this 08 Apr 18:34
· 71 commits to master since this release

This is an interim release for urgent feature release:

  • Added the support to add custom fields in Digital Zoom reports using the ConfigurationManager or TestNG Parameters or 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 the Null pointer if the Platform name is null.