1

Error al ejecutar en el Dashboard de Cypress

Buen día

Estoy ejecutando el comando npx cypress run --env grepTags=@regression --record --key xxxxxxx para generar el reporte en Cypress, pero se me genera el siguiente error:

The "fd" argument must be of type number. Received an instance of Error
TypeError [ERR_INVALID_ARG_TYPE]: The "fd" argument must be of type number. Received an instance of Error
    at Object.read (node:fs:622:8)
    at Object.o [as read] (<embedded>:3035:14051)
    at <anonymous>:225:4729
    at <anonymous>:225:7892
    at <embedded>:3035:21165
    at FSReqCallback.oncomplete (node:fs:200:23)

Este error solo se genera cuando estoy ejecutando y generando el reporte en el Dashboard de cypress, adicional es intermitente avces pasa y aveces no y se genera en diferentes test y no siempre en el mismo.
Me podrian ayudar a saber que es

Escribe tu comentario
+ 2