kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

ChronosDiff should offer a option whether to launch the MPGVisualizer or not #76

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

derived from https://github.com/kazurayam/VisualInspectionOfExcelAndPDF/issues/12

In some occations, ChronosDiff invokes MPGVisualzer which indirectory execute graphviz utility to generate a directed graph in PNG format. MPGVisualizer is a CPU-centric process. It might take long time to finish.

ChronosDiff should offer optio whether to invoke MPGVisualizer or not. Default should be false.

kazurayam commented 1 year ago

TwinsDiff class does not call MPGVisualizer; so that I do not have to modify it

kazurayam commented 1 year ago

done at v0.9.1