Skip to content

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

  1. Open reportportal.shared.cwiq.io (requires Tailscale)
  2. 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
  1. Select the orchestrator-ui project
  2. Click Launches in the sidebar
  3. Each row is a test run — click to expand and see individual tests
  4. 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

  1. Click Filters in the sidebar
  2. Create filters by status (passed, failed, skipped), date range, or launch name
  3. 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.