Skip to content

'Error: EBADF' when trying to run automation tests locally

Reproducibility: 6/10 (when using cypress open) 10/10 (when using "yarn test:chrome" / "yarn test:firefox")

Environment: -local

Steps to reproduce: Attempt to run the tests - e.g.: "yarn test:chrome"

Expected results: The tests run without any errors

Actual results: The following error appears & the tests do not run: image

Note: - this could potentially be linked to the cypress.json 'nodeVersion' being set to 'system' & not 'bundled'