I’m facing error in passing custom config files. Could you help here?
Hi Brett M,
This error is likely to occur when you have Cypress version 10 and you have both cypress_config_file
and cypress.json
on your script.
Or you’re passing a different config file name in the run settings:
If you’re using Cypress 10, kindly check your script and make sure that you have cypress_config_file
only and pass the below capability: “`run_settings”: { “cypress_config_file”: “cypress.config.js”
Another posibility is to delete the “cypress_config_file
” command. Please refer to the below document: