-
|
Can you help me to find a way to pass my test rail cli environment variables to YAML file. From the idea, I changed the trcli-config.yml file to following: host: https://company.testrail.io/ Then I run command: trcli -y -c "absolutePathToFile/trcli-config.yml" parse_junit --case-matcher "name" But have an issue saying that Error detected while checking a project: 'Authentication failed: invalid or missing user/password or session cookie.' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
PS: my environment - gradle, junit5, kotlin, appium |
Beta Was this translation helpful? Give feedback.
Hi @nikampak ,
you can set the variables in your shell. You don't have to, and shouldn't, put any reference to them on the .yml configuration file.