UltimateDogg
UltimateDogg
Something is not correct with your docker image or your docker image, does the default image work?
What user are you using? https://github.com/ppodgorsek/docker-robot-framework#security-consideration will talk about the default user and how you can change it.
I am not sure the use case of running numpy and pandas in a docker container used for running tests, but regardless you can just use this image as a...
would need something like this: ``` RUN apk update \ && apk --no-cache --virtual .build-deps add \ gcc \ libffi-dev \ linux-headers \ make \ musl-dev \ openssl-dev \ which...
Sure glad it worked, if you dont mind can you paste waht you did? It might be worth adding data driven test cases ability to the main image
Can you try MY_VARIABLE:This\ with\ spaces. ?
hmm, how about `docker run -v %cd%/reports:/opt/robotframework/reports:Z -v %cd%/robot:/opt/robotframework/tests:Z -e ROBOT_OPTIONS='--loglevel DEBUG --extension robot -v MY_VARIABLE:"This with spaces"'`
https://stackoverflow.com/questions/56059255/docker-environment-variable-with-spaces Ok this leads me to believe if even json notation doesnt work we dont have the correct escaping in the docker container itself
after several hours and about 50 combinations, i could not find a way to get it to work, even changing the .sh file. I think we could it to work...
Good catch, let me submit and see if that works