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

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -