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

Laravel Dusk implementation via Selenium container #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JVBRTR
Copy link
Contributor

@JVBRTR JVBRTR commented Apr 8, 2020

added section into yml for selenium service - it is turned off by default by commenting it out;

added information into readme;

…ault by commenting it out;

added information into readme;
# selenium:
# image: selenium/standalone-chrome:3.11.0-antimony
# volumes:
# - /dev/shm:/dev/shm
Copy link
Contributor

Choose a reason for hiding this comment

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

why do you need this volume?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think that I found this as recommendation for selenium implementation. Look for example here:
https://sondnm.github.io/blog/2018/09/08/i-just-learnt-about-/dev/shm/ - selenium will be able to use host shared memory ( in cases container consumes too much memory, it can use host shared memory )

…ame as in .env ) so therefore removed it from instructions for altering env variables;
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.

3 participants