kazurayam / katalon-studio-texts-diff

a demo how to utilise the java-diff-utils library in Katalon Studio
0 stars 0 forks source link

Should implement a Keyword that makes diff of 2 texts #1

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

Test Cases/TC1 is a sample code how to utilize the java-text-diff library. It works fine. But has some points to be improved.

  1. It emits too bulky "Step Execution Log"s
  2. Due to the verbosity of the log, it runs slow

I should implement a Groovy class as a "Keyword". It emits no "Step Execution Log", therefore runs faster.

kazurayam commented 1 year ago

implementing the com.kazurayam.ks.TextDiffer class with @Keyword void execute() method

kazurayam commented 1 year ago

done at https://github.com/kazurayam/katalon-studio-texts-diff/releases/tag/0.3.0-SNAPSHOT