You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kane-ai-automation-code-generation.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ import TabItem from '@theme/TabItem';
39
39
})
40
40
}}
41
41
></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.
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
55
55
-**Python:** PyTest is used to generate Selenium Python code.
56
56
-**Java:** TestNG is used to generate Selenium Java code.
57
57
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
+
:::
59
61
60
62
### Playwright
61
63
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:
62
64
63
65
-**Javascript**
64
-
-**Python:** PyTest is used to generate Playwright Python scripts.
66
+
-**Python**
65
67
66
68
### 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 QAfriendly tool. You can generate Cypress code in:
68
70
69
71
-**Javascript**
70
72
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
+
:::
72
76
73
77
### 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:
75
79
76
80
-**Javascript**
77
81
@@ -80,10 +84,14 @@ WebdriverIO is a popular automation testing framework for web and mobile applica
80
84
### Appium
81
85
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:
82
86
83
-
-**Python:** PyTest is used to generate Appium Python scripts.
87
+
-**Python:** PyTest is used to generate Appium Python script.
84
88
-**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.
86
90
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
+
:::
88
94
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.
0 commit comments