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
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,10 @@ Click the `Generate New Code` button to go to code generation page where you can
53
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:
54
54
55
55
-**Python:** PyTest is used to generate Selenium Python code.
56
-
-**Java:** TestNG is used to generate Selenium Java code.
56
+
57
+
:::info
58
+
Support for Java language in Selenium has been restricted for major improvements and will be made available soon.
59
+
:::
57
60
58
61
:::tip
59
62
By default all KaneAI authored tests automation scripts for Web are generated in Selenium Python.
@@ -62,31 +65,39 @@ Selenium is your go-to tool for cross-browser testing, enabling automated testin
62
65
### Playwright
63
66
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:
64
67
65
-
-**Javascript**
68
+
-**JavaScript**
66
69
-**Python**
67
70
71
+
:::info
72
+
Support for Playwright framework has been restricted for major improvements and will be made available soon.
73
+
:::
74
+
68
75
### Cypress
69
76
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:
70
77
71
-
-**Javascript**
78
+
-**JavaScript**
72
79
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.
80
+
:::info
81
+
Support for Cypress framework has been restricted for major improvements and will be made available soon. Additionally, Cypress won't be available for test cases where **Switching Tabs** or **File Upload** is present as it's not inherently supported by the framework.
75
82
:::
76
83
77
84
### WebdriverIO
78
85
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:
79
86
80
-
-**Javascript**
87
+
-**JavaScript**
88
+
89
+
:::info
90
+
Support for WebdriverIO framework has been restricted for major improvements and will be made available soon.
91
+
:::
81
92
82
93
## App Frameworks
83
94
84
95
### Appium
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:
96
+
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:
86
97
87
98
-**Python:** PyTest is used to generate Appium Python script.
88
99
-**Java:** TestNG is used to generate Appium Java scripts.
89
-
-**Javascript** : The code generation for the Appium framework in JavaScript is being rolled out gradually and is not yet generally available.
100
+
-**JavaScript** : The code generation for the Appium framework in JavaScript is being rolled out gradually and is not yet generally available.
90
101
91
102
:::tip
92
103
By default all KaneAI authored tests automation scripts for App are generated in Appium Python.
0 commit comments