This is a repo to reproduce a bug in Cypress.
Cypress reading the config file even when it is invoked programmatically and has the config passed in
- Clone this repo
- Run
yarn install
- Run
node run-cypress.js
Notice that the config file that is being passed to cypress.run
is being read again by Cypress.