Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Org Admin from coverage #2566

Merged
merged 3 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading