https://github.com/flu-x/automation-development-kit
A simple kit to deploy automation infrastructure locally
https://github.com/flu-x/automation-development-kit
Last synced: 5 months ago
JSON representation
A simple kit to deploy automation infrastructure locally
- Host: GitHub
- URL: https://github.com/flu-x/automation-development-kit
- Owner: flu-x
- License: mit
- Created: 2024-02-29T14:24:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-12T12:28:20.000Z (over 1 year ago)
- Last Synced: 2025-01-08T19:42:04.677Z (6 months ago)
- Language: Shell
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADK - Automation-Development-Kit
## Intent
ADK (Automation Development Kit) is a small codebase that would help
set up selenium grid on kubernetes. The idea is to have the selenium
hub deployed in one pod and the browser driver instances deployed in
the other pods. Have a kubernetes service created that would help in
interaction between the hub and the nodes.## Selenium Grid
For further information you can have a look at this [documentation](SeleniumGrid4.pdf)
## Execution
To run follow the steps:
- Clone the repository
- Give execute permission to `setup.sh`.
- Add `--install` as argument if you want to run installations.
- Add `--deploy` as argument if you want to deploy grid to kubernetes.