Skip to content

Commit ee982f1

Browse files
Aman1905Ishavyas9
authored andcommitted
test case manager
1 parent 806b412 commit ee982f1

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

docs/automated-test-cases-linked-with-test-manager.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: automated-test-cases-linked-with-test-manager
33
title: Linking Automated Test Cases to Test Manager
44
hide_title: false
5-
sidebar_label: Linking Automated Test Cases
5+
sidebar_label: via Capabilities
66
description: Link your automated test cases with the test manager using the test case id and run the automation test via Autoamtion dashboard or HyperExecute
77
keywords:
88
- automated test cases
@@ -48,16 +48,12 @@ To link an automated test run with a specific test case, add the `tms.tc_id` key
4848

4949
```javascript
5050
const capabilities = {
51-
"browserName": "Chrome", // Specify browser name
52-
"browserVersion": "120.0", // Specify browser version
5351
"lt:Options": {
5452
"tms.tc_id": "TC-1470" // Link the test execution to the Test Case ID 'TC-1470'
5553
}
5654
};
5755
```
5856

59-
- `browserName` : Name of the browser being used for the test.
60-
- `browserVersion` : Version of the browser.
6157
- `lt:Options` : A JSON object containing additional options for LambdaTest configurations.
6258
- `tms.tc_id` : The key used to link a test case in Test Manager. Replace "TC-1470" with your desired Test Case ID.
6359

docs/automated-test-cases-with-ai.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: automated-test-cases-with-ai
3-
title: Automated Test Cases with AI
4-
hide_title: true
5-
sidebar_label: Automated Test Cases with AI
3+
title: Managing Automated Tests with Test Manager
4+
hide_title: false
5+
sidebar_label: via Dashboard
66
description: Streamline automated test cases and Test Manager with AI on LambdaTest, enhancing software testing efficiency and workflows.
77
keywords:
88
- automated test cases
@@ -36,12 +36,9 @@ slug: automated-test-cases-with-ai/
3636
})
3737
}}
3838
></script>
39-
40-
# Automated Test Cases with AI
41-
4239
Test Manager enables the creation and management of automated test cases directly within its platform. This feature not only streamlines test case development but also integrates AI to auto-generate BDD Scenarios from automated test runs, further optimizing the management of testing activities.
4340

44-
**Automated Linking of Automation Runs with Test Manager**
41+
## Automated Linking of Automation Runs with Test Manager**
4542

4643
1. Initiate the automation script and once it completes, proceed to the automation dashboard. The automation test run will be visible.
4744

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ module.exports = {
17041704
{
17051705
type: "category",
17061706
collapsed: true,
1707-
label: "Automated Test Cases",
1707+
label: "Linking Automated Test Cases",
17081708
items: ["automated-test-cases-with-ai", "automated-test-cases-linked-with-test-manager"],
17091709
},
17101710
{

0 commit comments

Comments
 (0)