Releases: kazurayam/VisualTestingInKatalonStudio
Releases · kazurayam/VisualTestingInKatalonStudio
fixed a problem of VisualTestingListenerImpl
Test Suites/CURA/Execute_chronos of 1.17.0 failed on Windows. Fixed it.
GlobalVariable.LAST_EXECUTED_TESTSUITE_ID is passed across Test Suites boundary
- com.kazurayam.visualtesting.GlobalVariableHelpers class now implements read() method and write method; enables to transfer a set of values of GlobalVariables in a Test Suite to the next Test Suite using a JSON file.
- Test Listeners/VTListerner utilizes GlobalVariableHelpers read() and write()
- Test Cases/CURA/ImageDiff_chronos and ImageDiff_twins are improved; refers to the GlobalVariable.VT_LAST_EXECUTED_TESTSUITE_ID value rather than the String literals such as
CURA/chronos_capture
,CURA/twins_capture
. This makes code reuse much easier.
vt-example-1.17.0.zip
vt-components-1.17.0.zip
distributable-gradlew-1.17.0.zip
fixed a problem of VisualTestingListenerImpl
Test Suites/CURA/Execute_chronos of ver 0.17.0 failed on Windows. Fixed that problem.
open Materials/index.html in Browser automatically at the end of Test Suites
Soon after making the Materials/index.html, can open it in Browser automatically
visited-urls.md and visited-urls.txt
1.15.0 updates
Execution Profile name is displayed in the dialogue of Expected-Actual images
fixed NPE when there are irregular directory in the Storage directory
use Materials-0.73.4 https://github.com/kazurayam/Materials/releases/tag/0.73.4 for the fix of NullPointerException
STRATEGY: exactlyAtOrBefore
Test Cases/CURA/restorePreviousScreenshots now supports STRATEGY: exactlyAtOrBefore
Materials/index.html can link to diff-image files named with Japanese characters
1.12.1 coined 1.12.1
Materials/Indexer.html in Concise format; added HighlightElements keyword
use Materials-0.73.0.jar