Okay! Perfect @melodic-ocean-83158 , thank you very much. but I have a doubt, with the environment variable. Is it necessary that it also have the value of "Pre" and Dev.? since in the spec. is evaluated for prod. I mean this way.
if (Cypress.env('enviroment') === "prod) {
Cypress.env('user', Cypress.env('userProd'))
}