Chromium hangs using the TestCafe Docker image Chromium hangs using the TestCafe Docker image docker docker

Chromium hangs using the TestCafe Docker image


[Updated] The latest TestCafe version (1.1.4) contains all the necessary flags.You can simplify the browsers property value as follows:

"browsers": "chromium"


Created an issue on the TestCafe GitHub about this. It ended up being resolved by using the --disable-dev-shm-usage flag on Chromium.

Issue: https://github.com/DevExpress/testcafe/issues/3524

PR where this was made a default for running in Docker: https://github.com/DevExpress/testcafe/pull/3557