@@ -55,6 +55,13 @@ As you can see, we have triggered a Job in HyperExecute, and we've encountered a
5555
5656Now, to enable the Test Muting, follow the below mentioned steps:
5757
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/ctmmlcgefgxn?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
62+ </div >
63+ </div >
64+
5865** Step 1:** Go to the [ LambdaTest Dashboard] ( https://accounts.lambdatest.com/dashboard ) .
5966
6067** Step 2:** Click on the ** Settings** button.
@@ -71,27 +78,36 @@ Now, to enable the Test Muting, follow the below mentioned steps:
7178
7279** Step 6:** Now, if you trigger the same job again, you will notice that the particular test has muted.
7380
74- <img loading="lazy" src={require('../assets/images/hyperexecute/features/test-muting/test-mute.gif').default} alt="Image" className="doc_img"/>
75-
7681## How do you Manually Mute specific Tests?
7782
83+ <div className =" storylane-iframe " >
84+ <script async src =" https://js.storylane.io/js/v2/storylane.js " ></script >
85+ <div className =" sl-embed " >
86+ <iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/d9wfxwteumny?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
87+ </div >
88+ </div >
89+
7890** Step 1:** Execute your job on HyperExecute.
7991
8092- Click on the ** 3 dots** of the desired test you want to ** Mute** .
8193- Click on the ** Mute Scenario** button.
8294
83- <img loading="lazy" src={require('../assets/images/hyperexecute/features/test-muting/manual-mute.gif').default} alt="Image" style={{width: '700px',}} className="doc_img"/>
84-
8595** Step 2:** Trigger the same job again, and you will notice that particular test won't be executed.
8696
8797<img loading="lazy" src={require('../assets/images/hyperexecute/features/test-muting/6.png').default} alt="Image" style={{width: '700px',}} className="doc_img"/>
8898
8999## How do you UnMute Tests?
90100
101+ <div className =" storylane-iframe " >
102+ <script async src =" https://js.storylane.io/js/v2/storylane.js " ></script >
103+ <div className =" sl-embed " >
104+ <iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/m48g5owz95jz?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
105+ </div >
106+ </div >
107+
91108** Step 1:** Click on the ** 3 dots** of the muted test.
92109
93110** Step 2:** Click on the ** Unmute scenario** button.
94111
95- <img loading="lazy" src={require('../assets/images/hyperexecute/features/test-muting/unmute.gif').default} alt="Image" className="doc_img"/>
96112
97113> The test will remain in-active until manually unmuted.
0 commit comments