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
The com.kazurayam.materialstore.mapper package should migrate to its own project repository #383
Once I created this:
then I moved the
com.kazurayam.materialstore.mapper
package into the materialstore library until v0.13.0.I realized that the
materialstore-mapper
package is dependent on many external jars: POI, PDFBOX, Rome, etc.These external dependencies makes the materialstore library looking heavy.
I want to move the
com.kazurayam.materialstore.mapper
package back to its own standalone project.Then I would be able to remove many of the external dependencies of the
materialstore
library. Thematerialstore
will become cleaner, light-weighted.