Skip to content

Commit 1a3ed33

Browse files
authored
Update kane-ai-automation-code-generation.md_3
1 parent d8da61d commit 1a3ed33

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

docs/kane-ai-automation-code-generation.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import TabItem from '@theme/TabItem';
3939
})
4040
}}
4141
></script>
42-
KaneAI generates automation script is multiple frameworks and languages based on natural language inputs from users. KaneAI is available for desktop web applications as well as native mobile applications currently.
42+
KaneAI generates automation scripts in multiple frameworks and languages based on natural language inputs from users. KaneAI is available for desktop web applications as well as native mobile applications currently.
4343

4444
<img loading="lazy" src={require('../assets/images/kane-ai/generate-code-button.png').default} alt="generated-code-listing" className="doc_img"/>
4545
Click the `Generate New Code` button to go to code generation page where you can select desired framework and language.
@@ -55,23 +55,27 @@ Selenium is your go-to tool for cross-browser testing, enabling automated testin
5555
- **Python:** PyTest is used to generate Selenium Python code.
5656
- **Java:** TestNG is used to generate Selenium Java code.
5757

58-
>By default all KaneAI authored test's automation script for Web are generated in Selenium Python.
58+
:::tip
59+
By default all KaneAI authored tests automation scripts for Web are generated in Selenium Python.
60+
:::
5961

6062
### Playwright
6163
Playwright is a fast and reliable end-to-end testing for complex modern web applications it uses a single API to automate Chromium, Firefox, and WebKit. You can generate Playwright code in:
6264

6365
- **Javascript**
64-
- **Python:** PyTest is used to generate Playwright Python scripts.
66+
- **Python**
6567

6668
### Cypress
67-
Cypress is a modern web front-end testing tool built with JavaScript Mocha. It operates directly on the browsers without the need for Selenium. Its unique DOM manipulation technique makes it a very developer and QA-friendly tool. You can generate Cypress code in:
69+
Cypress is a modern web front-end testing tool built with JavaScript Mocha. It operates directly on the browsers without the need for Selenium. Its unique DOM manipulation technique makes it a very developer and QA friendly tool. You can generate Cypress code in:
6870

6971
- **Javascript**
7072

71-
> **NOTE:** Cypress wont be available for test cases where **Switching Tabs** or **File Upload** is present as its not inherently supported by the tool.
73+
:::note
74+
Cypress won't be available for test cases where **Switching Tabs** or **File Upload** is present as its not inherently supported by the tool.
75+
:::
7276

7377
### WebdriverIO
74-
WebdriverIO is a popular automation testing framework for web and mobile applications. It is built on top of the WebDriver protocol and provides a simple and flexible API for writing tests. You can generate WebdriveIO code in:
78+
WebdriverIO is a popular automation testing framework for web and mobile applications. It is built on top of the WebDriver protocol and provides a simple and flexible API for writing tests. You can generate WebdriverIO code in:
7579

7680
- **Javascript**
7781

@@ -80,10 +84,14 @@ WebdriverIO is a popular automation testing framework for web and mobile applica
8084
### Appium
8185
Appium is an open-source automation tool for running scripts and testing native applications and mobile web apps on different platforms like IOS and Android. You can generate Appium code in:
8286

83-
- **Python:** PyTest is used to generate Appium Python scripts.
87+
- **Python:** PyTest is used to generate Appium Python script.
8488
- **Java:** TestNG is used to generate Appium Java scripts.
85-
- **Javascript** : For now Appium Js script generation is partially rolled out.
89+
- **Javascript** : The code generation for the Appium framework in JavaScript is being rolled out gradually and is not yet generally available.
8690

87-
> By default all KaneAI authored test's automation script for App are generated in Appium Python.
91+
:::tip
92+
By default all KaneAI authored tests automation scripts for App are generated in Appium Python.
93+
:::
8894

89-
> **NOTE:** For now test runs only work for code generation in Selenium - Python & Appium Python. The support for others will be rolled out shortly.
95+
:::note
96+
For now test runs only work for code generation in Selenium - Python & Appium Python. The support for others will be rolled out shortly.
97+
:::

0 commit comments

Comments
 (0)