Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T12:28:20.000Z (11 months ago)
- Last Synced: 2024-11-11T03:44:55.342Z (2 months ago)
- Language: Shell
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.