karma-detect-browsers icon indicating copy to clipboard operation
karma-detect-browsers copied to clipboard

Fail to run on docker image (GitLab CI)

Open mostafabarmshory opened this issue 6 years ago • 0 comments

In the GitLab CI all commands are executed with root. However, the chrome fail to run the test:

Cannot start ChromiumHeadless
[0102/080439.228858:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

This means you are not allowed to run the chrome with root user. In the other hand there is no way to add option to the chrom runner. please help

mostafabarmshory avatar Jan 02 '19 08:01 mostafabarmshory