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
14 changes: 9 additions & 5 deletions docs/hyperexecute-jobs-archiving.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,27 @@ HyperExecute's job archiving feature lets you seamlessly organize your workspace

> Archived jobs are not deleted, they are just removed from the default view on this page.

<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/sq7mblsuyjsg?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

## Archive the Jobs

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.

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

## View the Archived Jobs

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.

<img loading="lazy" src={require('../assets/images/hyperexecute/features/job-archiving/view-archive.gif').default} alt="Image" className="doc_img"/>

## Unarchive the Jobs

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

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



<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
Expand Down
9 changes: 6 additions & 3 deletions docs/hyperexecute-running-your-first-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ The platform automatically gets the instructions from the HyperExecute YAML file

**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.

<video class="right-side" width="100%" controls id="vid">
<source src= {require('../assets/videos/hyperexecute/getting-started/run-first-job/quick-run.mp4').default} type="video/mp4" />
</video>
<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/ydgq44tmjpdc?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>

***

Expand Down
Loading