Crashed error because your Docker setup probably lacks enough shared memory and your browsers.json has incorrect path settings. To fix it, set shm_size: "2g" in your docker-compose.yml under the Selenoid service and change the Chrome path to "/wd/hub" in browsers.json. Also, remove --headless from your Chrome options, as VNC images require a visible browser. After these changes, your tests should run without crashes.