QANode Logo

Reports

QANode generates execution PDF reports and consolidated reports by period, with export and email delivery options. PDF generation can happen automatically when the execution finishes or on demand when someone downloads it, depending on the active template.


Execution Reports

After each scenario or suite execution, QANode prepares report data with:

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

The report is available in the execution list and can be downloaded at any time. When the active template uses on-demand generation, the PDF is created only when someone clicks Download PDF. In that case, QANode shows preparation progress and starts the download automatically when the file is ready.


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

Bug Metrics

The report automatically includes a row of bug metrics.

Global (when no project is selected):

MetricDescription
Total ScenariosTotal scenarios in the instance
Total SuitesTotal suites in the instance
Total BugsTotal bugs opened in the period
Open BugsBugs not yet closed
Closed BugsBugs closed in the period

Per project:

MetricDescription
Total BugsBugs linked to the project
Bug RatePercentage of bugs relative to scenarios
Open BugsBugs not yet closed
Closed BugsClosed bugs
Blocked ScenariosScenarios blocked by an active defect

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.

Report language: The PDF and email are generated in the language configured in the interface of the user who downloads or sends the report.

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
Show screenshot date/timeShow when each screenshot was captured
Generate report automaticallyCreate the PDF as soon as the execution finishes. When disabled, the PDF is generated only on download
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, background image, and PDF generation mode
  • 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