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
should rename pacakges: com.kazurayam.materialstore.filesystem -> materialstore.core.filesystem #338
v0.11.x, The "core" subproject contains the following packages:
com.kazurayam.materialstore.filesystem
->com.kazurayam.materialstore.core.filesystem
com.kazurayam.materialstore.map
->com.kazurayam.materialstore.core.map
com.kazurayam.materialstore.util
->com.kazurayam.materialstore.core.util
the "base" subproject contains the following packages:
com.kazurayam.materialstore.inspector
->com.kazurayam.materialstore.base.inspector
com.kazurayam.materialstore.manage
->com.kazurayam.materialstore.base.manage
com.kazurayam.materialstore.materialize
->com.kazurayam.materialstore.base.materialize
com.kazurayam.materialstore.reduce
->com.kazurayam.materialstore.base.reduce
the "diagram" subject contains the following package:
com.kazurayam.materialstore.dot
->com.kazurayam.materialstore.diagram.dot
com.kazurayam.materialstore.report
->com.kazurayam.materialstore.base.report