If you are using a Jenkins Continuous Integration (CI) server within your development and testing process, you can use the
               JUnit-style reports to associate the unit test results with particular details, such as a code change, on your server. 
               	 
            
 
            	 
            Enable Jenkins CI support for your test run by specifying 
               		
-jenkins-ci as an option on the 
               		
 shell prompt. To include additional support, such as displaying the results within the Jenkins CI system, specify 
               		
-jenkins-ci:junit-attachments instead. For more information about both of these options, visit the third-party links below: