extent reports with selenium and java - how to see progress of tests on screen/console -


i using selenium + java + testng + extent reports combination. a)i see progress of tests on console easy monitor progress. extent reports can seen in end , not show on screen while test in progress. b) how combine testng , extent reports output.

thanks in advance.

q: see progress of tests on console easy monitor progress.

a: add @aftermethod or @beforemethod print current state of suite using testng data (e.g. itestresult, itestcontext).

q: extent reports can seen in end , not show on screen while test in progress.

a: nope, wrong. provides real-time reporting. see basic-usage.

q: how combine testng , extent reports output.

a: mean? may log output extent methods. see examples.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -