For the complete documentation index, see llms.txt. This page is also available as Markdown.

Report Sharing, Deep Links

Share report links securely through authenticated access, then review deep link results, execution logs, and linked login or logout flows in reports.

Report Sharing

Security report links can be shared via email and support secure, direct access through authentication.

Email reports include a link that redirects users to the login page when required and automatically returns them to the specific security report after successful authentication. If the user is already logged in, the system bypasses the login step and opens the report directly.

For users who are authenticated but do not have access to the associated project, a dedicated error screen is shown with an appropriate message. Authorised users are always redirected seamlessly to the intended report view.

This update improves usability while maintaining access control and security.


The Deeplink section in QApilot Reports displays the results of all executed deep links within a test run. It helps verify that each deep link correctly navigates to its intended screen and that associated login or logout flows execute successfully.

Key Components

  • Deeplink Summary: Shows the deep link URL, start time, total execution time, status, and a screenshot of the landing screen.

  • Execution Logs: Lists step-by-step actions (e.g., click, find element, wait) performed during the deep link execution with timestamps and outcomes.

  • Linked Test Cases: If the deep link triggers login or logout test cases, they are shown as separate expandable sections with their own execution logs and statuses.

This section provides a complete, traceable record of deep link validation, ensuring accurate navigation, correct page loads, and reliable authentication flows.

Last updated