Skip to content

Commit 7499155

Browse files
committed
Added storylane demos
1 parent 0561ec9 commit 7499155

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

docs/hyperexecute-jobs-archiving.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,27 @@ HyperExecute's job archiving feature lets you seamlessly organize your workspace
4040

4141
> Archived jobs are not deleted, they are just removed from the default view on this page.
4242
43+
<div className="storylane-iframe">
44+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
45+
<div className="sl-embed">
46+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/sq7mblsuyjsg?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
47+
</div>
48+
</div>
49+
4350
## Archive the Jobs
4451

4552
In order to archive any job, just click on the eclipses (three dots) that you see on the right side on job list page, it would provide you a small dropdown to archive that job.
4653

47-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/archive.gif').default} alt="Image" className="doc_img"/>
48-
4954
## View the Archived Jobs
5055

5156
In order to view the archived jobs, you can simply go to filters and select view archived jobs. All the jobs that you archive, will be available here.
5257

53-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/view-archive.gif').default} alt="Image" className="doc_img"/>
54-
5558
## Unarchive the Jobs
5659

5760
You can also unarchive your jobs similarly the way you archived your jobs.
5861

59-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/unarchive.gif').default} alt="Image" className="doc_img"/>
62+
63+
6064

6165
<nav aria-label="breadcrumbs">
6266
<ul className="breadcrumbs">

docs/hyperexecute-running-your-first-job.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ The platform automatically gets the instructions from the HyperExecute YAML file
6767

6868
**Step 5:** Click on **View Test Result** to navigate to [HyperExecute Dashboard](https://hyperexecute.lambdatest.com/hyperexecute/jobs) where you can see the job getting executed and the test results.
6969

70-
<video class="right-side" width="100%" controls id="vid">
71-
<source src= {require('../assets/videos/hyperexecute/getting-started/run-first-job/quick-run.mp4').default} type="video/mp4" />
72-
</video>
70+
<div className="storylane-iframe">
71+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
72+
<div className="sl-embed">
73+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/ydgq44tmjpdc?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
74+
</div>
75+
</div>
7376

7477
***
7578

0 commit comments

Comments
 (0)