Hi ,
I am planning to set up a release pipeline in docker containers.
So initially i will deploy my web application in docker container and make it up and that is already done.
Second I want to set up container that will run UI automation test cases for the previous deployment. . To do this we have to enable chrome UI browser inside windows container , I am unable to do this. I installed chrome inside container and when i try to start my test cases the chrome windows fails to open inside container. Can anyone help me on this or is there another way to achieve the UI Automation in win containers.
NB: We already have setup inside windows container which contains selenium profile and chrome driver.