You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I combine testNG data sets with screenshots added to the reports, for more details on my screenshoting you can see another issue: #144 .
I figured that I can add screenshots inline to the report, which I want to use. When I combine this with testNG data providers I get the following result:
data provider with 4 data sets
screenshot for first data set is added twice
screenshots for the other data sets are not shown
Is it somehow possible to add the screenshots for all data sets inline?
Thank you very much.
The text was updated successfully, but these errors were encountered:
I tested the issue and it is now clear to me what the problem is. The main problem is that JGiven tries to generate a data table. In fact it should print each case separately.
Hi,
I combine testNG data sets with screenshots added to the reports, for more details on my screenshoting you can see another issue: #144 .
I figured that I can add screenshots inline to the report, which I want to use. When I combine this with testNG data providers I get the following result:
Is it somehow possible to add the screenshots for all data sets inline?
Thank you very much.
The text was updated successfully, but these errors were encountered: