I created test cases using the Testcafe tool and performing test automation using a selenium grid.
For production, we are using selenium docker images to create a grid using Kubernetes.
Now, I am searching for software or library to see actual visual execution of test cases like we can able to see on our local machine without headless mode
(i.e – new CHROME browser will open and test cases load )
There are so many software/tool available for managing the Kubernetes resources like
- Prometheus
- Kubernetes Dashboard
- Kubelet
but we are looking to visualize the process of the test execution.
Please let me know if you guys know any similar tools for this.
Source: Docker Questions