I have noticed that the cypress env data on the cypress.config.js env data is not getting updated based on the command line arguments data ,
i am expecting the country, language & environment to be updated with the command line data however i still noticed that the values are still picking from cypress.config.js file
The command I am passing from the terminal is:
npx cypress run --spec cypress/integration/features/e2e.feature --headed -b chrome --env country='lebanon' --env lang='ar' --env environment='uat'