TestNG with intellij - Not able to generate reports

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

TestNG with intellij - Not able to generate reports

ianoop
I am able to configure TestNG with Intellij. No problem test execution but it is not generating any report like Eclipse.
Is there anyone working with Intellij+ TestNG. What are other way to generate report and logs?
Reply | Threaded
Open this post in threaded view
|

Re: TestNG with intellij - Not able to generate reports

softwaretestingforum
Administrator
Your project directory must have test-output folder after test execution is over.
test-output folder would have testng report. Could you check this?
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: TestNG with intellij - Not able to generate reports

amir
In reply to this post by ianoop
I have the same Issue. Could you find any solution for it? thx