Parameter issues

In the latest version I run a log.info(’${testn}’)
I get the test number correctly. However when I use it as part of a command it fails:
no such file …${testn}…

It seems to send the variable name instead of the value. This appears different in the latest version and may be related to ES6.

How to fix?

1 Like

I am able to access the value I am looking for during run by using: params.testn

1 Like