Utilizing Docker Desktop, I have configured a setup for conducting local tests by utilizing the selenium/standalone-chrome Docker container. This container serves two ports - 4444 for Selenium and 7900 for a noVNC player, allowing me to view the browser and test activities in real time.
I am encountering issues during the build process in GIT where my tests fail without clear explanation in the test logs. To investigate further, I am looking for a way to either view the noVNC player or create a recording of the browser activity directly from GIT.
Despite researching extensively for a solution, I have yet to find a definitive answer to my query.
My testing involves using Selenium with JavaScript to assess the front-end capabilities of a cloud-based platform.