kazurayam / materialstore

A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0 stars 0 forks source link

Screenshot image should be bordered #314

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

The current report renders no border for screenshot images.

スクリーンショット 2022-10-19 17 59 25

This makes me feel uncertain when the screenshot has white background as I can not see the border of image.

The following would be better.

スクリーンショット 2022-10-19 17 57 33
kazurayam commented 2 years ago

Done as this:

スクリーンショット 2022-10-19 20 13 19