limited-librarian-92780
03/24/2023, 1:50 AMCypress does not support extends syntax in its configuration file. If you want to apply different settings, you need to write a complete second configuration file and use it via the --config-file <filename> command line argument.
https://www.cypress.io/blog/2020/06/18/extending-the-cypress-config-file
Is this still true? I need to configure 5 environments and the base config file is already long. Is there a cleaner way than having five similar config files?