Open atodorov opened 5 years ago
A native (Java) plugin which can be installed inside Jenkins and push a pass/fail result to Kiwi TCMS. Questions to be answered:
1) How do we report multiple test cases ? We can take the job name and report that but what else?
2) How will such plugin be different than using any of the existing automation framework plugins and running them as a post-build job ?
Jenkins has support for TestNG/Junit reports(Ideally it should handle reporting multiple test cases). Plugin support for TestNG/Junit reports could solve the actual problem.
A native (Java) plugin which can be installed inside Jenkins and push a pass/fail result to Kiwi TCMS. Questions to be answered:
1) How do we report multiple test cases ? We can take the job name and report that but what else?
2) How will such plugin be different than using any of the existing automation framework plugins and running them as a post-build job ?