email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Embedded screenshots are not displayed #61

Closed dmtraining closed 6 years ago

dmtraining commented 6 years ago

Hi,

When I use Reporter.addScreenCaptureFromPath("path of the screenshot"); the screenshots are not displayed.

When I click on 2017-08-26_1515 in my report, what is displayed is: 2017-08-26_1515_001 instead of the screenshot I toke.

dmtraining commented 6 years ago

Finally found was was wrong in my code. It was the path of the screenshot :)