-
Notifications
You must be signed in to change notification settings - Fork 14
[REQ-42] Added Android, Database and Web detection and installation functions to the Node integrated installer #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…unctions for detection and installation of supported DBs.
… installer function.
…tions, with logging.
… node-installer-database-connectors
Due to cx_Oracle installation error only on Windows. cx_Oracle is obsolete, plan migration to python-oracledb instead.
…ill call the status function instead as node, appium is installed by default when node runs
Linux, iOS, macOS integrated installer
Fix simulator deletion handling in InstallHandler
….com/AutomationSolutionz/Zeuz_Python_Node into req-42-database-android-web-password
…vd lists in the installation modal
Member
|
This PR is being merged without Unit Tests added - unit tests will be added in a subsequent PR. |
sazid
approved these changes
Dec 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Node integrated installer is a collection of detection and installation automation tools for various commonly used test automation components. This PR contains the following components:
Android:
How to Test
Emulator:
How to test
Click on install. You need to install the android sdk first. The model will also show a message if you have not installed the android sdk already.
After that click on install. A modal will open with the available android virtual devices. Now click on install for your preferred android virtual device.
After the installation your android virtual device will appear under the AndroidEmulator category.
Now launch the emulator by clicking the launch button. Wait for some time , sometime it may take minutes to launch the emulator depending on you device's strength.
Database:
psycopgandpsycopg2- PostgreSQLmysql-connector-python- MySQLmariadb- MariaDBcx_Oracle- OracleWeb:
How to test
iOSSimulator
System info
Check status on node level
Check status on group level
Group level installation
Tested on: Windows, Linux
Test Cases: TEST-12187