Cli - Use environments from json

hii all
how to use the environments from json in js file ?

in json :
“environment”: {
“some_parameter”: “foo”,
“another_parameter”: “bar”
},

tex :slight_smile:

Please do npm i -g oxygen-cli. We have just fixed the environments.
But generally it can be used the same way as parameters web.type('id=element', '${env_name}');

1 Like

Thanks @romovs .
it’s work but i can’t use the new var (0.49.0) because this bug

1 Like