In my yaml, I have followed this doc:
And have set:
modules:
jmeter:
properties:
myoutputdir: ${TAURUS_ARTIFACTS_DIR}/output
And then Iād like to use it using __P function, but it is not passed. If I pass another static value it works.
Is it a bug or I need to escape something ?
EDIT :
- I don't know what I was doing wrong, but the same code now works. So this question is stupid but I cannot delete it.