karma-detect-browsers
karma-detect-browsers copied to clipboard
Fail to run on docker image (GitLab CI)
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