Skip to content
Merged
Show file tree
Hide file tree
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
83 changes: 83 additions & 0 deletions docs/hyperexecute-org-product-preferences.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
id: hyperexecute-org-product-preferences
title: How to List Supported Browser in HyperExecute via API
hide_title: false
sidebar_label: How to Access and Change Org Product Preferences
description: Find out how to access and change org product preferences for hyperexecute.
keywords:
- LambdaTest Hyperexecute
- LambdaTest Hyperexecute help
- LambdaTest Hyperexecute documentation
- How to access and change org product preferences for hyperexecute
url: https://www.lambdatest.com/support/docs/hyperexecute-org-product-preferences/
site_name: LambdaTest
slug: hyperexecute-org-product-preferences/
---

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Integrations",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-org-product-preferences/"
}]
})
}}
></script>

# How to Access and Change Org Product Preferences in HyperExecute

In this detailed documentation, learn how you can access and change organization product preferences as per your requirements.

Now, to access your organization product preferences, follow the below mentioned steps:


**Step 1:** Go to the [LambdaTest Dashboard](https://accounts.lambdatest.com/dashboard).

**Step 2:** Click on the **Settings** button.

**Step 3:** From the **left sidebar**, select **Settings**.

**Step 4:** Go to the **Org Product Preferences** section.

**Step 5:** Select HyperExecute and you will be presented with two options - **Auto-mute tests** and **Test Viewing Preferences**.

<div className="storylane-iframe">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div className="sl-embed">
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/hluph8izpw9c?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" href="https://www.lambdatest.com">
Home
</a>
</li>
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
Support
</a>
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
Org Product Preferences
</span>
</li>
</ul>
</nav>
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,8 @@ module.exports = {
"hyperexecute-how-to-run-tests-using-local-selenium-drivers",
"hyperexecute-how-to-perform-dependent-test-based-discovery",
"hyperexecute-how-to-perform-group-based-test-discovery-in-testng",
"hyperexecute-how-to-resolve-version-conflict"
"hyperexecute-how-to-resolve-version-conflict",
"hyperexecute-org-product-preferences"
],
},
{
Expand Down
Loading