tacoss / testcafe-blink-diff

Visual regression for Testcafé
64 stars 15 forks source link

Using testcafe-blink-diff in the java script #69

Open vgangwar8 opened 3 weeks ago

vgangwar8 commented 3 weeks ago

currently we use terminal command line to start the Image comparison. $ npx testcafe-blink-diff tests/screenshots --compare base:actual --open --threshold 0.03

can we use above command in a java script code.? Any elaborative sample example code will be really helpful.