While trying to run cypress test from saucectl (saucelab) I am getting "Error: Cannot find module 'pdf-parse'". Not sure how to resolve this issue as my test works fine while running locally. Let me know if anyone has any solution for this.
index.js file path: \cypress\plugins\index.js pdf require detail: const pdfparser = require("pdf-parse");