docker-robot-framework
docker-robot-framework copied to clipboard
unknown error: Chrome failed to start: exited abnormally
Hello, I am stumbling on the issue "WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally"
I am trying to run my tests on your docker image. I am running using the following command
docker run -v /Users/dev/PycharmProjects/AutomateMe:/opt/robotframework/tests ppodgorsek/robot-framework:latest
I am mounting the internal tests that I have in my system to your container. "Automate me" is an entire project which contains all my tests and their supporting keywords and variables in different folders.
Let me know what's wrong with my approach. In the image, you can see my project structure.
Have you tried enabling the Chrome logs? The README has a section indicating how this can be done: https://github.com/ppodgorsek/docker-robot-framework#accessing-the-logs
Closing due to inactivity.