Skip to content

Commit 2685f83

Browse files
committed
KaneAI with SmartUI fixes.
1 parent 4812e2f commit 2685f83

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717

1818
npm-debug.log*
1919
yarn-debug.log*
20-
yarn-error.log*
20+
yarn-error.log*
21+
web-scanner*

docs/kaneai-smartui-visual-testing.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,14 @@ Once your test flow is complete, click **Finish test**. You will be prompted to
103103
<img loading="lazy" src={require('../assets/images/kane-ai/smartui/saved_test.png').default} alt="Save the test case session" className="doc_img"/>
104104
### Run or Schedule the Test for Automation
105105

106-
Now access the **Test Runs** tab under the **Test Manager** and "Create Test Run"
107-
and schedule the finalized test. When creating the run, provide a name and select **KaneAI Generated** as the `Type`. Add the Visual Test Case and save Test Run.
106+
* Now access the **Test Runs**. And create a new test run you may refer <a href="https://www.lambdatest.com/support/docs/kaneai-hyperexecute-test-run-execution/" rel="nofollow">here</a> for more details.
108107

109-
You can now simply run your tests by selecting **Run on HyperExecute** and either "Run Instance Now" (for quick run) or "Schedule Test Run" (for scheduled visual regression)
108+
You can now simply run your tests via **Run on HyperExecute**:
109+
* "Run Instance Now" (for quick run)
110110

111111
<img loading="lazy" src={require('../assets/images/kane-ai/smartui/run-test.jpeg').default} alt="Schedule the Test Run for automation" className="doc_img"/>
112112

113-
114-
You can then set a recurring schedule for execution. Scheduled runs will automatically capture screenshots and store them in the SmartUI project for continuous comparison.
115-
You may also refer to:
116-
* <a href="https://www.lambdatest.com/support/docs/kaneai-hyperexecute-test-run-execution/" rel="nofollow">Test Runs\ Execution</a>
117-
* <a href="https://www.lambdatest.com/support/docs/kaneai-scheduled-test-runs/" rel="nofollow">Scheduled Test Runs</a>
113+
* "Schedule Test Run" (for scheduled visual regression).You may refer <a href="https://www.lambdatest.com/support/docs/kaneai-scheduled-test-runs/" rel="nofollow">here</a> for more details.
118114

119115
<img loading="lazy" src={require('../assets/images/kane-ai/smartui/schedule-test-run.png').default} alt="Schedule the Test Run for automation" className="doc_img"/>
120116

0 commit comments

Comments
 (0)