ppodgorsek/docker-robot-framework

docker-robot-framework can't run its own tests using chrome.

mijail-repower opened this issue · 3 comments

Describe the bug
docker-robot-framework can't its own tests as described in section Testing this project at https://github.com/ppodgorsek/docker-robot-framework

To Reproduce
Trying to run (MAC M1):

# Using Chromium
docker run \
    -v `pwd`/reports:/opt/robotframework/reports:Z \
    -v `pwd`/test:/opt/robotframework/tests:Z \
    -e BROWSER=chrome \
    ppodgorsek/robot-framework:latest

Expected behavior
Test should run identically as when BROWSER=firefox

Screenshots
image

Please provide any relevant information, such as:

  • OS: MACOS ventura 13.2
  • Browser [Version 109.0.5414.119 (Official Build) (arm64)]

Did you check the troubleshooting section of the README? https://github.com/ppodgorsek/docker-robot-framework#chromium-is-crashing

wsfcsk commented

I met this error ... could anyone met this before ?

Closing this ticket due to lack of activity, please check the troubleshooting section of the README.