webjerk-snaps

website visual regression testing plugin. on main, webjerk-snaps queues up browsers to be run serially. each browser is launched, screenshots captured. on post, the image directories are sent to webjerk-image-set-diff for executing the comparison algorithm.

Source:

Methods

(inner) capture(webdriverioConf, pluginConfig, webjerkconfig) → {Promise}

launches a browser and captures screenshots

Parameters:
Name Type Description
webdriverioConf *
pluginConfig *
webjerkconfig *
Source:
Returns:
Type
Promise

(inner) main(pluginConfig, webjerkconfig, results)

webjerk main hook

Parameters:
Name Type Description
pluginConfig *
webjerkconfig *
results *
Source:

(inner) post(pluginConfig, webjerkconfig, results)

webjerk post hook

Parameters:
Name Type Description
pluginConfig *
webjerkconfig *
results *
Source: