ReportPortal¶
ReportPortal is our test reporting and analytics platform. It aggregates test results from CI/CD pipelines and provides dashboards for tracking test health over time.
| URL | reportportal.shared.cwiq.io |
| Login | SSO via Authentik |
| Project | orchestrator-ui |
Accessing ReportPortal¶
- Open reportportal.shared.cwiq.io (requires Tailscale)
- Sign in via SSO
Key Concepts¶
| Concept | Description |
|---|---|
| Launch | A single test run (e.g., one pipeline's E2E test execution) |
| Suite | A group of related tests within a launch |
| Test Item | An individual test case with pass/fail status |
| Dashboard | Customizable view with widgets showing test trends |
| Filter | Saved search criteria for finding specific launches |
Navigating Launches¶
- Select the
orchestrator-uiproject - Click Launches in the sidebar
- Each row is a test run — click to expand and see individual tests
- Failed tests show error messages, stack traces, and screenshots
Dashboards¶
Dashboards provide visual summaries:
- Pass rate trends over time
- Flaky test detection
- Most failed tests
- Execution time trends
Filtering Results¶
- Click Filters in the sidebar
- Create filters by status (passed, failed, skipped), date range, or launch name
- Save filters for quick access
CI/CD Integration¶
E2E test results (from Playwright) are sent to ReportPortal in real-time during pipeline execution. See Test Reporting in CI/CD for details.