Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 269 Bytes

exportCommands.md

File metadata and controls

18 lines (11 loc) · 269 Bytes

Exemplo de comandos com envio de variaveis de ambiente

#shell (linux, macos, gitbash Windows) CYPRESS_MY_ENV=hml npx cypress open

ou

export CYPRESS_MY_ENV="hml" npx cypress open

#cmd set CYPRESS_MY_ENV="hml" npx cypress open

#powershell $env:CYPRESS_MY_ENV="hml"