Skip to content
#

behavior-driven-development

Here are 119 public repositories matching this topic...

guillaume-moirod
guillaume-moirod commented Jun 8, 2020

Run NoraUI in a Kubernetes Gitlab CI runner :

Problem : Docker images with chrome define too small /dev/shm fs (elgalu/docker-selenium#20)

3 ways to mitigate :

  • Map /dev/shm form host : not possible in this context
  • Increase /dev/shm : not sure it is possible in Dockerfile
  • use Chrome flag "--disable-dev-shm-usage" to use /tmp instead

So the easiest soluti

Improve this page

Add a description, image, and links to the behavior-driven-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the behavior-driven-development topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.