Forum Discussion
nmrao
2 years agoCommunity Hero
Thanks.
Could you please try the below and update ?
- try to launch testrunner from with in ReadyAPI tool and see if the same is the behavior
- try to provide the absolute path of the token file?
- if that is not possible, then use project custom property for the token file and pass the file path runtime? Refer -P argument
- now see if the above log shows the log statement
- If both the above did not help, also try below change i.e., remove runner
from
runner.project.getPropertyValue("AuthToken")
to
project.getPropertyValue("AuthToken")