Not getting correct output for ANT run result and report is also not coming correctly | Selenium Forum
M
Misbah Siddiqui Posted on 26/11/2019

I did as explained in Video of ANT. But stil on hitting ant c\run on command prompt, not getting results as shown in video also junit report is not getting generated as expected.

please refer attchment for cmd run result and ant report


A
Ashish Thakur Replied on 27/11/2019

I guess its not running the tests

The test path which you have given in build.xml is not OK


M
Misbah Siddiqui Replied on 30/11/2019

I updated the build.xmal as explained in Video. Please find build.xml in attachment


A
Ashish Thakur Replied on 09/01/2020

In line number 77, Please specify 1.8 to make use if JDK 8


I
Isuru K Replied on 13/01/2020

Hello, I have a similar issue but I have modified the build.xml (see attached) to get some outcome and in a position to generate reports but with ERRORS. Could you please let me know what is the issue with my build.xml (I'm using jdk 11). Also, see my generated reports (even though reports reflect my classes and etc it has two issues which I cannot resolve)

classnotfound exception and signature issue. Could you please look into the build.xml and let me know if there's any issue. Also, I can't get report generated even after following same exacts you given.

A reply is much appreciated.

Thanks.


I
Isuru K Replied on 13/01/2020

see my report


I
Isuru K Replied on 13/01/2020

see build.xml for the same


A
Ashish Thakur Replied on 15/01/2020

Please use JDK 8. All the issues will get resolved