QANode Logo

Reports

QANode automatically generates PDF reports after each execution and allows generating consolidated reports by period, with export and email delivery options.


Execution Reports

After each scenario or suite execution, a PDF report is automatically generated with:

  • Summary: Status, duration, execution date
  • Details per Node: Individual status, logs, outputs, duration
  • Screenshots: Screen captures (when configured in web nodes)
  • Errors: Details of the failures encountered

The report is available in the execution list and can be downloaded at any time.


Consolidated Reports

Generate reports covering multiple executions over a period:

  1. In the side menu, click Reports
  2. Select the period (start and end date)
  3. (Optional) Filter by project
  4. Click Generate Report

Image: Reports screen with period selection, project filter, and generate button

Report Metrics

MetricDescription
Success RatePercentage of successful executions
Total ExecutionsTotal number of executions in the period
Successful ExecutionsNumber of passed executions
Failed ExecutionsNumber of failed executions
Average DurationAverage execution time
Top Failures by ScenarioScenarios that failed most often
Top Failures by Node TypeNode types that failed most often

Executions per Day Chart

The report includes a bar chart showing the distribution of successful and failed executions across the days of the selected period.

Metrics per Project

When a specific project is selected, additional metrics are displayed:

MetricDescription
Total Scenarios/SuitesCount in the project
Completed ScenariosScenarios that passed
Pending ScenariosScenarios not yet executed
Failed ScenariosScenarios that failed
Progress% of time elapsed vs % scenarios executed

Export

PDF Download

  1. Generate the report
  2. Click Export PDF
  3. The file will be downloaded with the name: report_{project}_{start}_{end}.pdf

Email Delivery

  1. Generate the report
  2. Click Send by Email
  3. Select recipients:
    • Registered users — select from the list
    • Additional emails — add custom addresses
  4. Click Send

The PDF report will be sent as an email attachment.

Requirement: SMTP must be configured in Settings for email delivery. See Administration.


Report Template

The PDF report layout is configurable. Go to SettingsReport Template to customize:

SettingDescription
Background ImageBackground image for report pages
LogoLogo displayed in the header
Show LogoEnable/disable logo
Include ScreenshotsInclude screen captures
Screenshot SizeImage dimensions in the report
Include LogsInclude logs from each node
Maximum LogsLog line limit per node
Include OutputsInclude node output data
Include DurationShow duration of each node
Include Node IDShow technical identifier
Step NumberingNumber steps sequentially
Summary SectionInclude summary at the beginning
Error DetailsInclude complete error details
MetadataDate, execution ID, project/flow name

Image: Template configuration screen with options preview


Tips

  • Configure the template before generating reports — especially logo and background image
  • Include screenshots for visual evidence — essential for audits
  • Use project filter for focused reports
  • Schedule deliveries — use scheduled suites + alarms for automatic reports
  • Limit logs — reports with too many logs become lengthy; use 10-20 lines per node