https://cypress.io logo
Dear Cypress community, I'm regularly experiencin...
# help
p
Dear Cypress community, I'm regularly experiencing what seems to be Cypress crashes in TeamCity CI with Cypress running within Docker with custom built Teamcity-Agent-Images. The process suddenly exits with
code 1
while running tests. The projects under test are built using a Nx monorepo and Angular
14.2
, and Nx-packaged Cypress
10.8.0
. Here's what I've tried so far: * I've checked CPU/RAM utilisation * Tried enabling
icp="host"
* Disabling command log * Drastically reducing the number of cached tests in memory (from 50 to 5) * Looking for more insights in the Docker container log * Switching from Electron (headless) to Chrome 104 (headless) But the build in CI always crashes during long builds in CI (after around 40 min). Locally it runs fine. The applications tested are rather memory-heavy and complex. I'm occasionally getting the following logs in CI build log:
Copy code
[5006:0915/130421.662619:ERROR:node_bindings.cc(276)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details.
[5283:0915/130425.164332:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
Does anyone have an idea of what the underlying issue could be or how I could improve the CI builds? Thanks and best regards, Dennis
5 Views