Automating docker setup/teardown for Grid setup
1. create 2 bat files
- for docker-compose up (send the logs generated to a log file)
- for docker compose down
2. Using Java Runtime execute the bat file resposnible for starting grid
3. For dynamically waiting till the grid is up-
- read the logs for msg singnaling that grid is up
4. Test execution
5. Using Java Runtime execute the bat file resposnible for terminating grid
6. For dynamically waiting till the grid is down-
- read the logs for msg singnaling that grid is down