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:
- In the
Quantum/resourcesfolder, open theapplication.propertiesfile. -
At the bottom of the file, locate the following configuration parameters to download the Perfecto PDF reports, videos, and attachments:
Copyperfecto.download.reports
perfecto.download.summaryReports
perfecto.download.video
perfecto.download.attachments -
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:Copyperfecto.download.reports=true
perfecto.download.summaryReports=true
perfecto.download.video=true
perfecto.download.attachments=false -
To set the download folder for the files, use the
perfecto.report.locationparameter. For example:Copyperfecto.report.location=perfectoReportsIf the designated folder does not yet exist, create it under the Quantum project's root directory.
- Add your Perfecto security token as the value of the
perfecto.offlineTokenparameter. -
If your network is behind a proxy, add the proxy configuration to the proxy parameters located a few lines above. For example:
CopyproxyHost=127.0.0.1
proxyPort=8888
proxyUser=1
proxyPassword=1 -
Run your tests, and then refresh the
perfectoReportsfolder, which should now contain the report files.
See also