damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
546 stars 402 forks source link

Issue with screenshots for the failed tests #534

Closed iuliiasobolevska closed 7 years ago

iuliiasobolevska commented 7 years ago

Hi! I have experienced an issue with screenshots for the failed tests if screenshots look the same: let's suppose we have 2 failed tests in a suite, 2 screenshots are done, size is the same and visually they look the same: target img Then in the Cucumber-JVM Report there will be an 'Attachment 1 (png)' link to a screenshot after each test, but only the 1st works, the 2nd link opens/collapses the 1st screenshot. Is it a feature or a bug? HTML elements are exactly the same: screenshot div

damianszczepanik commented 7 years ago

Chech with the recent release because it should be fixed. If not attach json file so I can fix it.

iuliiasobolevska commented 7 years ago

Hi! Thanks much for the fast reply. Cucumber-JVM reports plug-in version: 2.8.0 Json.txt *github doesn't allow to attach .json, so in .txt Thanks much in advance.

damianszczepanik commented 7 years ago

The plugin is not supported so far for running in parallel.

Duplicate of https://github.com/jenkinsci/cucumber-reports-plugin/issues/81