Ansible playbook for quick Selenium-Appium grid configuration
This is a sample code for configuring selenium grid with Ansible scripts. The Ansible scripts will do the following
- Download the standalone server jar
- Kill the existing hub and node sessions
- Prepare the hub and node json configurations for iOS simulators
- Restart hub and node processes
brew install ansible
or
pip3 install ansible
Minimum version Java8
Minimum version 2.7
brew install screen
Minimum version : 4.7.0
ansible-playbook setup.yaml -i inventory.ini