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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,11 @@ import TabItem from '@theme/TabItem';
39
39
})
40
40
}}
41
41
></script>
42
-
This is Kane AI's Generate code workplace where you can generate test automation code for App & Web applications in multiple available languages.
43
-
We empower you to generate code for a variety of powerful testing tools across multiple languages. Whether you're focusing on web or mobile applications, our platform supports the most popular and effective testing frameworks. Here's a detailed look at what you can achieve with each tool and the languages we support
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.
@@ -55,11 +52,11 @@ Click the `Generate New Code` button to go to code generation page where you can
55
52
### Selenium
56
53
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:
57
54
58
-
-**Python**
55
+
-**Python:**For Web devices this is **generated by default**.
59
56
-**Java**
60
57
61
-
### Playright
62
-
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 Playright code in:
58
+
### Playwright
59
+
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:
63
60
64
61
-**Javascript**
65
62
-**Python**
@@ -79,8 +76,12 @@ WebdriverIO is a popular automation testing framework for web and mobile applica
79
76
## App Frameworks
80
77
81
78
### Appium
82
-
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:
79
+
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:
83
80
84
81
-**Javascript**
85
-
-**Python**
86
-
-**Java**
82
+
-**Python:** For mobile devices this is **generated by default**.
83
+
-**Java**
84
+
85
+
> Currently this is partially rolledout.
86
+
87
+
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