We have selenium JAVA scripts on our systems, and test cases created in JIRA.
We want to integrate them both, and what we want to achieve is-
when a user clicks the 'Execute' button for a test case on JIRA, the selenium script should run, and after successful compilation, the results should get updated back in JIRA.
We have tried working with Zephyr, but it looks too complicated to configure.
Any help is very much appreciated.