I have the automation scripts written using selenium+pyhton and I want to integrate/update the test-results of my test-suite with the JIRA dashboard/ test-cycle.
Example: I automated the test-cases which are available in JIRA dashbaord and upon running the automated test-cases(written using selenium+python) in local I want to update the test-cases in JIRA dashboard with either pass/fail more precisely based on the outcome of the test results.
Thanks in advance.