i have Automation scripts for responsive design for Iphone 5 and Iphone 6. Is there any way we can run the same code under both the profile together?
Currently the way i have configured jenkins is run 2 separate widnows batch command one by one like
%WORKSPACE%\****.Tests\runtests.cmd FFResponsiveIphone5 "@responsive_test_Futures" Iphone5.html
%WORKSPACE%\****.Tests\runtests.cmd FFResponsiveIphone6 "@responsive_test_Futures" Iphone6.html
Above is generating 2 seperate report but i was thinking to put both the profile run in one report .. Is there any way to do that and combine above both the statement .