Skip to content
New issue

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

Add a folder and a separated Dockerfile for the frontend tests #178

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

soline-b
Copy link
Collaborator

@soline-b soline-b commented Dec 6, 2023

No description provided.

@soline-b soline-b marked this pull request as draft December 6, 2023 20:20
@soline-b soline-b marked this pull request as ready for review December 7, 2023 20:36
@soline-b soline-b marked this pull request as draft December 7, 2023 21:24
# Create folder required by Playwright to install browsers
# and set permissions so that Playwright can install browsers in this folder
RUN mkdir /.cache
RUN chmod -R 777 /.cache
Copy link
Collaborator Author

@soline-b soline-b Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really happy with this, but could not find another option for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant