Skip to content

Commit 14a71c2

Browse files
committed
Added new org preferences doc in HYE
1 parent 66ca21f commit 14a71c2

File tree

2 files changed

+85
-1
lines changed

2 files changed

+85
-1
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
id: hyperexecute-org-product-preferences
3+
title: How to List Supported Browser in HyperExecute via API
4+
hide_title: false
5+
sidebar_label: How to Access and Change Org Product Preferences
6+
description: Find out how to access and change org product preferences for hyperexecute.
7+
keywords:
8+
- LambdaTest Hyperexecute
9+
- LambdaTest Hyperexecute help
10+
- LambdaTest Hyperexecute documentation
11+
- How to access and change org product preferences for hyperexecute
12+
url: https://www.lambdatest.com/support/docs/hyperexecute-org-product-preferences/
13+
site_name: LambdaTest
14+
slug: hyperexecute-org-product-preferences/
15+
---
16+
17+
<script type="application/ld+json"
18+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
19+
"@context": "https://schema.org",
20+
"@type": "BreadcrumbList",
21+
"itemListElement": [{
22+
"@type": "ListItem",
23+
"position": 1,
24+
"name": "Home",
25+
"item": "https://www.lambdatest.com"
26+
},{
27+
"@type": "ListItem",
28+
"position": 2,
29+
"name": "Support",
30+
"item": "https://www.lambdatest.com/support/docs/"
31+
},{
32+
"@type": "ListItem",
33+
"position": 3,
34+
"name": "Integrations",
35+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-org-product-preferences/"
36+
}]
37+
})
38+
}}
39+
></script>
40+
41+
# How to Access and Change Org Product Preferences in HyperExecute
42+
43+
In this detailed documentation, learn how you can access and change organization product preferences as per your requirements.
44+
45+
Now, to access your organization product preferences, follow the below mentioned steps:
46+
47+
48+
**Step 1:** Go to the [LambdaTest Dashboard](https://accounts.lambdatest.com/dashboard).
49+
50+
**Step 2:** Click on the **Settings** button.
51+
52+
**Step 3:** From the **left sidebar**, select **Settings**.
53+
54+
**Step 4:** Go to the **Org Product Preferences** section.
55+
56+
**Step 5:** Select HyperExecute and you will be presented with two options - **Auto-mute tests** and **Test Viewing Preferences**.
57+
58+
<div className="storylane-iframe">
59+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
60+
<div className="sl-embed">
61+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/hluph8izpw9c?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
62+
</div>
63+
</div>
64+
65+
<nav aria-label="breadcrumbs">
66+
<ul className="breadcrumbs">
67+
<li className="breadcrumbs__item">
68+
<a className="breadcrumbs__link" href="https://www.lambdatest.com">
69+
Home
70+
</a>
71+
</li>
72+
<li className="breadcrumbs__item">
73+
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
74+
Support
75+
</a>
76+
</li>
77+
<li className="breadcrumbs__item breadcrumbs__item--active">
78+
<span className="breadcrumbs__link">
79+
Org Product Preferences
80+
</span>
81+
</li>
82+
</ul>
83+
</nav>

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@ module.exports = {
699699
"hyperexecute-how-to-run-tests-using-local-selenium-drivers",
700700
"hyperexecute-how-to-perform-dependent-test-based-discovery",
701701
"hyperexecute-how-to-perform-group-based-test-discovery-in-testng",
702-
"hyperexecute-how-to-resolve-version-conflict"
702+
"hyperexecute-how-to-resolve-version-conflict",
703+
"hyperexecute-org-product-preferences"
703704
],
704705
},
705706
{

0 commit comments

Comments
 (0)