I have a test suite containing sahi files ( Sahi - web browser Automation test tool). I want to run code coverage for this suite using ANT. I am new to sahi & unable to find good documentation to integrate sahi with ANT using emma, jacoco or cobertura. Anybody who has worked with such scenario can help here?
Asked
Active
Viewed 129 times
0
-
This is integration of sahi with jenkins which i have done already. I am actually looking for the code coverage part. Any info on that? – Stack_IQ Dec 19 '15 at 08:28
-
Are you looking for the code coverage of your sahi scripts or for your application? Because code coverage for application makes sense. Code coverage for Sahi scripts, not so much. – Vivek V Dwivedi Dec 19 '15 at 11:12
-
I want to run code coverage for sahi scripts which are .js files so is it possible to user jacoco or any other tool to give code coverage for such scripts?? Can it work with sonar? – Stack_IQ Dec 21 '15 at 06:33