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
Post a Comment