ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

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

Closed mijail-repower closed 1 year ago

mijail-repower commented 1 year ago

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:

ppodgorsek commented 1 year ago

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

wsfcsk commented 1 year ago

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

ppodgorsek commented 1 year ago

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