Skip to content

Releases: Windmill-Smart-Solutions/ReportPortalAgent

Test naming rules

29 Aug 21:32
Compare
Choose a tag to compare

Now you can add Property "TestNameRules" to Info.plist as Dictionary and specify following rules:

  • StripTestPrefix - removes first 4 symbols which always contain "test" word
  • WhiteSpaceOnCamelCase - inserts whitespace between words recognizing by CamelCase
  • WhiteSpaceOnUnderscore - replaces all underscare with whitespaces

Debug launch

29 Aug 19:31
Compare
Choose a tag to compare
  • You can add optional property "IsDebugLaunch" to specify debug launch
    Default value is "DEFAULT" :)

From documentation:

"Launches are present in two modes – the Default mode on the "Launches" tab and the Debug mode on the "Debug" tab.
Although both modes share almost the same set of features, the "Debug" mode is considered to be a more private one: it is not visible to the user with the CUSTOMER role and all the filters created there cannot be saved to "Filters". Filters are the base for building a widget, so widget charts are not available for the launches from the "Debug" mode."

New name and new pod

29 Aug 19:32
Compare
Choose a tag to compare

Bugfix

23 Aug 15:46
Compare
Choose a tag to compare
  1. Fixed base URL

Completely reworked agent

23 Aug 15:36
2b0644e
Compare
Choose a tag to compare
Merge pull request #2 from Windmill-Smart-Solutions/feature/refactoring

Feature/refactoring