Skip to content

Commit d8f11b6

Browse files
committed
added storylane demos
1 parent 217110b commit d8f11b6

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

docs/ai-test-failure-analysis.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ To use the AI-powered Test Failure Analysis feature, simply click on the Failure
5454

5555
After categorizing errors, we offer a structured approach to address each failure type. You can efficiently get to the precise corrective measures or **Remedies** recommended alng with **Additional suggestions** for the particular error. This targeted approach expedites the issue resolution process, eliminating unnecessary steps and optimizing efficiency.
5656

57-
<img loading="lazy" src={require('../assets/images/hyperexecute/features/rca/rca.gif').default} alt="Image" width="1347" height="616" className="doc_img"/>
57+
<div className="storylane-iframe">
58+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
59+
<div className="sl-embed">
60+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/1decserb8xfq?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
61+
</div>
62+
</div>

docs/browser-testing-with-real-devices.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,28 @@ Real device browser testing refers to the process of testing web applications an
4545

4646
**Step 1:** Login to your LambdaTest account. From the left sidebar, head to Real Device and select **Browser Testing**.
4747

48-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-device-browser-home.webp').default} alt="Native Mobile App Testing" className="doc_img" width="1366" height="629"/>
49-
5048
**Step 2**: Select the **OS** and **browser** of your choice.
5149

52-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-device-browser-browser.webp').default} alt="Native Mobile App Testing" className="doc_img" width="1366" height="629"/>
53-
5450
>**Note:** Certain browsers might not be supported on certain devices.
5551
5652
**Step 3**: Select the **real device** of your choice. You can also search the preferred real **Android** or **iOS** device in the search bar.
5753

58-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-device-browser-testing-os.webp').default} alt="Native Mobile App Testing" className="doc_img" width="1366" height="629"/>
59-
60-
6154
**Step 4**: In the case of **Android** devices, simply enter the website URL in the address bar.
62-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-browser-testing-android-url.webp').default} alt="Real Device Region Feature" className="doc_img" width="1366" height="629"/>
6355

6456
In the case of **iOS** devices, you can enter the website URL once the session has started.
6557

66-
67-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-browser-ios-url.webp').default} alt="Real Device Region Feature" className="doc_img" width="1366" height="629"/>
68-
6958
**Step 5**: Select the **Tunnel** option in the top right corner to test your locally hosted and privately hosted websites.
7059

7160
Check out our detailed [support documentation](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/) to learn how to activate the LT Tunnel.
7261

73-
<img loading="lazy" src={require('../assets/images/real-device-browser-testing/real-device-browser-tunnel.webp').default} alt="Real Device Tunnel" className="doc_img" width="1366" height="629"/>
74-
7562
**Step 6**: Click on Start to run your test session.
7663

64+
<div className="storylane-iframe">
65+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
66+
<div className="sl-embed">
67+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/olydgivozpsz?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
68+
</div>
69+
</div>
7770

7871
<nav aria-label="breadcrumbs">
7972
<ul className="breadcrumbs">

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,13 @@ We will be taking care of everything one by one, just follow the steps given bel
9191

9292
**Step 2:** Choose your test automation framework, Select **Run on Local System** and click on **Get Started**.
9393

94-
<img loading="lazy" src={require('../assets/images/hyperexecute/getting_started/run-first-job/4.png').default} alt="Image" className="doc_img"/>
95-
9694
**Step 3:** Download our sample project by clicking on **Download Sample**. (Skip this step if you already have a project you want to test)
9795

9896
**Step 4:** Download the [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) as per the OS that you are on.
9997

10098
**Step 5:** Select the OS on which you want to run your tests and then download the [HyperExecute YAML](/support/docs/deep-dive-into-hyperexecute-yaml/) file shown on screen. This contains all the configurations required for running tests on HyperExecute.
10199

102-
<video class="right-side" width="100%" controls id="vid">
103-
<source src= {require('../assets/videos/hyperexecute/getting-started/run-first-job/local-system.mp4').default} type="video/mp4" />
104-
</video>
100+
105101

106102
> **Note**: Your Yaml file should be in the root directory of your project. If you are renaming it, also change the file name in the execution script as well. You can learn more about the advanced configurations [here](/support/docs/deep-dive-into-hyperexecute-yaml/), however for the given sample projects you can simply download the file using the small icon on top right.
107103
@@ -111,6 +107,13 @@ We will be taking care of everything one by one, just follow the steps given bel
111107

112108
**Step 8:** Once your Job is running, you can click on **View Test Results** to navigate to HyperExecute Dashboard where you can see the job getting executed along with the test results.
113109

110+
<div className="storylane-iframe">
111+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
112+
<div className="sl-embed">
113+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/qn3z533xbk7l?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
114+
</div>
115+
</div>
116+
114117
:::note
115118
The generic command required to initiate test execution is given below. You will need to insert the name of your YAML file in place of the `RELATIVE_PATH_OF_YOUR_YAML_FILE` before running this command. (Skip if you already used the command from Step 6. )
116119

docs/hyperexecute-task-metrics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ The task level view provides insights into the CPU and memory consumption at the
5151

5252
By analyzing the task level view, you can pinpoint any tasks that may be causing high CPU or memory usage issues, allowing you to optimize their performance for better overall results.
5353

54-
<video class="right-side" width="100%" controls id="vid">
55-
<source src= {require('../assets/videos/hyperexecute/task-metrics/task-level-metrics.mp4').default} type="video/mp4" />
56-
</video>
57-
5854
## Stage Level View
5955

6056
In the stage level view of HyperExecute, the analysis is segmented into three distinct phases: pre-stage, scenario stage, and post-stage.
@@ -65,6 +61,10 @@ In the stage level view of HyperExecute, the analysis is segmented into three di
6561

6662
- **Post-Stage :** The post-stage view concentrates on resource consumption and actions taken after completing the main test scenario. By reviewing the post-stage metrics, you can evaluate resource management efficiency and ensure system stability post-test scenario execution.
6763

68-
<video class="right-side" width="100%" controls id="vid">
69-
<source src= {require('../assets/videos/hyperexecute/task-metrics/stage-level-metrics.mp4').default} type="video/mp4" />
70-
</video>
64+
<div className="storylane-iframe">
65+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
66+
<div className="sl-embed">
67+
<iframe loading="lazy" className="sl-demo" src="https://app.storylane.io/demo/ujyqd8y01zch?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen></iframe>
68+
</div>
69+
</div>
70+

0 commit comments

Comments
 (0)