We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox Nodes from selenium are working perfect in openshift.
In Openshift everything needs special permissions for example xvfb https://github.com/SeleniumHQ/docker-selenium/blob/trunk/NodeBase/Dockerfile#L130
https://docs.openshift.com/container-platform/4.15/openshift_images/create-images.html#use-uid_create-images The container runs on the group 0, so every folder needs that permission.
RUN chgrp -R 0 /some/directory && \ chmod -R g=u /some/directory
The text was updated successfully, but these errors were encountered:
Cypress now works in Openshift.
Sorry, something went wrong.
No branches or pull requests
Firefox Nodes from selenium are working perfect in openshift.
In Openshift everything needs special permissions for example xvfb
https://github.com/SeleniumHQ/docker-selenium/blob/trunk/NodeBase/Dockerfile#L130
https://docs.openshift.com/container-platform/4.15/openshift_images/create-images.html#use-uid_create-images
The container runs on the group 0, so every folder needs that permission.
The text was updated successfully, but these errors were encountered: