Download PDF reports and videos of test executions in Quantum

Learn how to download PDF reports and test execution videos in Quantum. Watch this video for a demonstration or follow the procedure following the video.


To download reports and videos:

  1. In the Quantum/resources folder, open the application.properties file.
  2. At the bottom of the file, locate the following configuration parameters to download the Perfecto PDF reports, videos, and attachments:

    Copy
    perfecto.download.reports
    perfecto.download.summaryReports
    perfecto.download.video
    perfecto.download.attachments
  3. For the files that you would like to download, set the value to true. For example, to configure the automatic download of test PDF reports, summary PDF reports, and videos, configure the file as follows:

    Copy
    perfecto.download.reports=true
    perfecto.download.summaryReports=true
    perfecto.download.video=true
    perfecto.download.attachments=false
  4. To set the download folder for the files, use the perfecto.report.location parameter. For example:

    Copy
    perfecto.report.location=perfectoReports

    If the designated folder does not yet exist, create it under the Quantum project's root directory.

  5. Add your Perfecto security token as the value of the perfecto.offlineToken parameter.
  6. If your network is behind a proxy, add the proxy configuration to the proxy parameters located a few lines above. For example:

    Copy
    proxyHost=127.0.0.1
    proxyPort=8888
    proxyUser=1
    proxyPassword=1
  7. Run your tests, and then refresh the perfectoReports folder, which should now contain the report files.