0.3.0 • Published 7 years ago

webjerky v0.3.0

Weekly downloads
23
License
MIT
Repository
github
Last release
7 years ago

webjerky

web application screenshot testing in docker.

webjerky is a small script that wires together a few webjerk plugins. it runs element-wise screenshot testing in real browsers in a docker container. you can read the single file source for a better idea!

specifically, it:

  • generates snaps from webjerk-snaps,
    • by default, 'jerky looks for sauce creds, but you can test against a local selenium instance by passing conf.localSelenium or WEBJERKY_LOCAL=true
  • compares test snaps from reference snaps with webjerk-image-set-diff
    • see ^^ docs to see how to use the comparison algorithm, approve new images, etc
  • creates reports from webjerk-image-set-diff-reporter when differences detected

usage

API documentation lives here.

var webjerky = require('webjerky')
var conf = { ... } // see API docs
webjerky(conf).then(...) // `snaps/` will be a dir with the result of `webjerk-snaps` within!
0.3.0

7 years ago

0.2.1

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago