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
Binary file added assets/images/test-run/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions docs/test-run-creation-and-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,15 @@ Use descriptive names to easily identify test runs later.
- Modify an existing test run by adding new test cases or removing unnecessary ones.
- Access the test run’s options to make edits.

<img loading="lazy" src={require('../assets/images/test-run/11.png').default} alt="Real " className="doc_img"/>
<img loading="lazy" src={require('../assets/images/test-run/12.png').default} alt="Real " className="doc_img"/>

## 5. Executing and Archiving Test Runs
### Step 11: Execute on LambdaTest Cloud
- Click the Play Icon to execute test instances on the LambdaTest Cloud.
- During execution, manually update the status of test cases and test steps as needed.
<img loading="lazy" src={require('../assets/images/test-run/11.png').default} alt="Real " className="doc_img"/>

<img loading="lazy" src={require('../assets/images/test-run/12.png').default} alt="Real " className="doc_img"/>
- During execution, manually update the status of test cases and test steps as needed.
<img loading="lazy" src={require('../assets/images/test-run/14.png').default} alt="Real " className="doc_img"/>

### Step 12: Duplicate or Archive Test Runs
- Use the three-dot menu on a test run to Duplicate or Archive the run.
Expand Down
Loading