anshooarora / extentreports-java

Community version of Extent API for Java has moved to https://github.com/extent-framework/
http://extentreports.com
Other
528 stars 318 forks source link

Feature request: Slideshow for images #489

Open kenston opened 8 years ago

kenston commented 8 years ago

Clicking on a screenshot/image of a log entry will show an enlarged version of the image. Can we also support easier navigation of images where we can move from one image to another (left and right arrow shortcut keys) based on the ordering of log entries?

anshooarora commented 8 years ago

So if I understand you correctly, move between snapshots for the same test, correct? Or all tests are a single slideshow?

kenston commented 8 years ago

Hi @anshooarora, yes it's for the same/selected test.

We may also have to indicate in Javadocs for com.relevantcodes.extentreports.ExtentTest.addScreenCapture(String) that the string has to be in encoded form (e.g., folder name with #).

gsaimadhu commented 8 years ago

@Anshoo, configurable option at test same test or all tests might help different usages.

I have parent Test (workflow) whcih contains sequence of test steps like Login, Create Page, etc.. So, slide show is useful for all test steps with in a parent.