How to make Extent report (in Jenkins) show screenshot when a test fails? -
i'm having issue extent report not showing screenshot when test fails , when accessing report remotely via jenkins url. if report viewed on same machine jenkins installed, screenshot displayed. when saving image report, pass absolute path of image file. right way it?
solved using following code (c#):
extenttest test; test.addscreencapture("./screenshot.jpg");
Comments
Post a Comment