UltimateDogg
UltimateDogg
The variable files in robot framework follow the rules here https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#resource-and-variable-files If you want to try testing, use the absolute path and it should work
Safari is not on linux and edge is only a dev package thats beta and isnt built for alpine so i dont see how this could be added to this...
Here is how to set it in python so you can make it in a volume or put somewhere you want it. You can add this is library or convert...
Reading the documentation, it seems like you would need an external component to actually run these tests (since it uses the remote library) and also the server is written in...
at run time you can define the user for your needs using the flags docker provides aka --user=1001:1001 if you are extending the base image add USER root do your...
ok so you want to install certificates at run time or in an extended dockerfile at build time?
To run at runtime, you should be able to run docker as user root. You can also maybe try one of the things here: https://medium.com/@paraspatidar/add-self-signed-or-ca-root-certificate-in-kubernetes-pod-ca-root-certificate-store-cb7863cb3f87
I dont think it is possible the way its setup to have the user inside the container be able to do items that would require sudo with out adding it...
Correct, but like i said above you can always change the user /group that it runs as. Here is a tutorial on it https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf and here is an example directly...
That is a pretty specific fix, i think if we decide to support we would just allow sudo access. @ppodgorsek right now we just support using uids, but dont actually...