Skip to content

Commit

Permalink
remove Org Admin from coverage (#2566)
Browse files Browse the repository at this point in the history
org admin no longer required

Co-authored-by: Alex Plischke <[email protected]>
  • Loading branch information
maxdobeck and alexplischke authored Aug 20, 2024
1 parent ef5f05b commit 2a34ec0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/insights/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ description: See a breakdown of the browser and device variations covered by you

import useBaseUrl from '@docusaurus/useBaseUrl';

The Coverage report allows Org Admins to view and download the breakdown of browsers and mobile devices the tests across their organization have run against. Having insight into your coverage data helps companies:
The Coverage report allows you to view and download the breakdown of browsers and mobile devices the tests across their organization have run against. Having insight into your coverage data helps companies:

- See at a glance whether their testing is in sync with the environments in which it is most often accessed
- Evaluate how evenly tests are being distributing across browsers and devices
- Design their test strategy to keep up with newly released browser and device versions
- Utilize their concurrency to spread testing across test environments for greater efficiency and comprehensiveness

:::note Org Admins Only
You must have [Org Admin](/basics/acct-team-mgmt/managing-user-info/#user-roles) privileges for your organization in order to view and download coverage data.
:::

## Accessing the Coverage Reports

1. Click the **Insights** tab to expand its submenu.
1. Click **Coverage** (only visible to Org Admin users).
1. Click **Coverage**.
1. Specify the type of coverage you wish to view by selecting the **Devices**, **Browsers** or **OS** tab.
1. If you choose **Devices** or **OS**, specify wheter you wish to see coverage data for:
- **Virtual Cloud** tests: desktop web-apps, mobile emulators and simulators.
Expand Down

0 comments on commit 2a34ec0

Please sign in to comment.