Skip to content

Commit 0192229

Browse files
committed
Added storylane demo to docs
1 parent aeead0e commit 0192229

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

docs/hyperexecute-background-services.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,18 @@ background:
7575

7676
To check the background service logs, follow the below mentioned steps:
7777

78+
<div className="storylane-iframe">
79+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
80+
<div className="sl-embed">
81+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/jxrlvsdcnfte?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
82+
</div>
83+
</div>
84+
7885
**Step 1:** After executing your job, go to the [HyperExecute Dashboard](https://hyperexecute.lambdatest.com/hyperexecute/jobs) to check the status of the job.
7986

8087
**Step 2:** Click on the **Background Service** button.
8188

8289
**Step 3:** Click on the desired **background service** you have triggered to check its logs.
83-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/background-service/background-service.gif').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>
8490

8591
## Frequently Asked Questions
8692

docs/hyperexecute-test-muting.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ As you can see, we have triggered a Job in HyperExecute, and we've encountered a
5555

5656
Now, 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

Comments
 (0)