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:
- In the side menu, click Reports
- Select the period (start and end date)
- (Optional) Filter by project
- Click Generate Report
Image: Reports screen with period selection, project filter, and generate button
Report Metrics
| Metric | Description |
|---|---|
| Success Rate | Percentage of successful executions |
| Total Executions | Total number of executions in the period |
| Successful Executions | Number of passed executions |
| Failed Executions | Number of failed executions |
| Average Duration | Average execution time |
| Top Failures by Scenario | Scenarios that failed most often |
| Top Failures by Node Type | Node 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:
| Metric | Description |
|---|---|
| Total Scenarios/Suites | Count in the project |
| Completed Scenarios | Scenarios that passed |
| Pending Scenarios | Scenarios not yet executed |
| Failed Scenarios | Scenarios 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):
| Metric | Description |
|---|---|
| Total Scenarios | Total scenarios in the instance |
| Total Suites | Total suites in the instance |
| Total Bugs | Total bugs opened in the period |
| Open Bugs | Bugs not yet closed |
| Closed Bugs | Bugs closed in the period |
Per project:
| Metric | Description |
|---|---|
| Total Bugs | Bugs linked to the project |
| Bug Rate | Percentage of bugs relative to scenarios |
| Open Bugs | Bugs not yet closed |
| Closed Bugs | Closed bugs |
| Blocked Scenarios | Scenarios blocked by an active defect |
Export
PDF Download
- Generate the report
- Click Export PDF
- The file will be downloaded with the name:
report_{project}_{start}_{end}.pdf
Email Delivery
- Generate the report
- Click Send by Email
- Select recipients:
- Registered users — select from the list
- Additional emails — add custom addresses
- 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 Settings → Report Template to customize:
| Setting | Description |
|---|---|
| Background Image | Background image for report pages |
| Logo | Logo displayed in the header |
| Show Logo | Enable/disable logo |
| Include Screenshots | Include screen captures |
| Screenshot Size | Image dimensions in the report |
| Show screenshot date/time | Show when each screenshot was captured |
| Generate report automatically | Create the PDF as soon as the execution finishes. When disabled, the PDF is generated only on download |
| Include Logs | Include logs from each node |
| Maximum Logs | Log line limit per node |
| Include Outputs | Include node output data |
| Include Duration | Show duration of each node |
| Include Node ID | Show technical identifier |
| Step Numbering | Number steps sequentially |
| Summary Section | Include summary at the beginning |
| Error Details | Include complete error details |
| Metadata | Date, 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
