Skip to content

Commit d8da61d

Browse files
authored
Update kane-ai-automation-code-generation.md_2
1 parent 0425f4a commit d8da61d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,23 @@ Click the `Generate New Code` button to go to code generation page where you can
5252
### Selenium
5353
Selenium is your go-to tool for cross-browser testing, enabling automated testing across different web browsers like Chrome, Firefox, Safari, and Edge. It's perfect for end-to-end testing of web applications. With Kane AI, you can generate Selenium code in:
5454

55-
- **Python:** For Web devices this is **generated by default**.
56-
- **Java**
55+
- **Python:** PyTest is used to generate Selenium Python code.
56+
- **Java:** TestNG is used to generate Selenium Java code.
57+
58+
>By default all KaneAI authored test's automation script for Web are generated in Selenium Python.
5759
5860
### Playwright
5961
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:
6062

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

6466
### Cypress
6567
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:
6668

6769
- **Javascript**
6870

69-
> **Note:** Cypress inherently doesn't support **Switching Tabs** and **File Upload**, so it wont be available for such test cases.
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.
7072
7173
### WebdriverIO
7274
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,10 +80,10 @@ WebdriverIO is a popular automation testing framework for web and mobile applica
7880
### Appium
7981
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:
8082

81-
- **Javascript**
82-
- **Python:** For mobile devices this is **generated by default**.
83-
- **Java**
83+
- **Python:** PyTest is used to generate Appium Python scripts.
84+
- **Java:** TestNG is used to generate Appium Java scripts.
85+
- **Javascript** : For now Appium Js script generation is partially rolled out.
8486

85-
> Currently this is partially rolledout.
87+
> By default all KaneAI authored test's automation script for App are generated in Appium Python.
8688
87-
For now test runs only work for code generation in Selenium - Python & Appium Python. The support for others will be rolled out shortly.
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.

0 commit comments

Comments
 (0)