Turn your manual testers into automation experts! Request a DemoStart testRigor Free

Release Notes: Bulk download test run results, Ability to create hidden variables

Bulk download test run results

We released the functionality to download a summary of the test execution in CSV format.

  • In the ‘All Runs’ section, select the desired test run. This will open a new tab with all the information related to this run and its own navigation menu on the left. Click ‘Run Details’ in this menu if the page has not already been directed there. Click the ‘Generate CSV’ button located below the timing information, which will turn into a ‘Download CSV’ button once the file is compiled.

Note: Keep in mind that the more test cases contained in the run, the longer the file will take to download.

The file will include the data below:

  1. Test Case Name
  2. Test case URL
  3. Test execution URL
  4. PDF Report link URL
  5. TestRail/XRAY/Zephyr/ADO ticket ID (if applicable)
  6. TestRail/XRAY/Zephyr/ADO ticket URL (if applicable)

Ability to create hidden variables

We added support to a few commands to save variables as hidden, appending the keywords ‘save it as hidden’ to the command. Once this is applied, search for the screenshot of that step by clicking ‘More Detail’ -> ‘Show extra info’ in order to see the variables saved in a hidden format.

Below are a few sample steps to show where you can apply this:

call api ... and save it as hidden "variableName"
generate ... and save it as hidden "variableName"
grab value ... and save it as hidden "variableName"
scan qr code value ... and save it as hidden "variableName"

Note: For API calls, you can also save JSONpath/header variables as hidden, and if anything is saved that way (result or JSONpath/header variables), we won’t generate any files or show response info in the UI.