How can I integrate "JIRA On Demand" with "Selenium 2.0 (WebDriver)" to see the pass/fail reports in JIRA?

Paul L June 5, 2013

I have created some Selenium 2.0 scripts in JAVA. I run them everyday and send reports to everyone in team. I want this to be integrated with JIRA so that I dont have to send reports to anyone , they will simply Log in to JIRA and see the results.

2 answers

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2013

As part of your automation, use the JIRA Command Line Interface to run the updateIssue action to change the description or addComment to put the information in a comment.

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2013
You will need to create a client of some sorts. Would recommend you to take a look at the REST api

Suggest an answer

Log in or Sign up to answer