One thing that's wrong is you have
"@badeball/cypress-cucumber-preprocessor": "^21.0.3",
...
"cypress-cucumber-preprocessor": "^4.3.1",
Get rid of the old defunct v4.3.2 as it probably causes problems all over the place. Also make sure it's gone from cypress.config.js
.