-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Can you please link visual testing differnce html to report html #1168
-
Hi,
Thanks a lot for implelemting visual differnce html report for visual testing, but it is getting created in lastestlogs folders
Can we have feature that like to have viusal differnce html page in Report html. why because it will helpful when we generate reports html for visual testing.
Please let me know your views on it.
Thank you,
RK
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Hi @radhakrishnanakireddy, That's one of the reasons for the new Dashboard: A place to put additional logs/data for tests because everything can't fit on the html report without breaking alignment, etc.
Running with both --dashboard
and --html=report.html
will generate both. There are several log files that are created with visual testing logs, such as screenshots of before & after, as well as the side_by_side.html file which includes src links to both of them. It would take up considerable extra space in the assets/ folder, which is where html report data gets saved to for that. Here's where the link is in the dashboard.html
file:
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks a lot for the reply. I got it!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1