So I followed the tutorial on python behave and how to install it. I did everything that it said and behave command can never be found even after adding environment variables. I used this https://behave.readthedocs.io/en/stable/ I cannot for the life of me figure out why I constantly keep getting command is n…
Tag: python-behave
Jenkins build failing without updating Xray with the failed status
Please forgive me if this is not the place to ask this question. I’m running python scripts in a Jenkins pipeline from a Jenkinsfile. I am also updating Jira Xray tickets within the Jenkisfile. Behave is being used to validate the test status. If the check fails then the Jenkins build fails without gett…