Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • date date as yyyy-MM-dd
  • time the time of day as HH:mm:ss


testReport

Since 2022.01. It is possible to generate a JUnit XML compliant XML report with the test results. Currently only junitXml is supported. This can typically be used in a build pipeline like Azure Devops or Teamcity.

For example:

Code Block
<testReport dir="%REPORT_DIR%">
    <reportType>junitXml</reportType>
</testReport>

In case one of the activities fail, a failed test will be reported.         

Activities

The activities of the workflow test run configuration that will be carried out. You can use activities in any order you like, they will be executed as ordered in your configuration file.

...