bbc / wraith

Wraith — A responsive screenshot comparison tool

Home Page:http://bbc-news.github.io/wraith/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options could be specified on each path

kud opened this issue · comments

browser: "chrome"

paths:
  accueil:              /
  contexte-off:
    path: /off/
    threshold: 90
    screen_widths:
      - 320

screen_widths:
  - 320
  - 480x800
  - 768
  - 1024
  - 1280

directory: '__tests__/shots'
fuzz: '20%'
threshold: 4
mode: diffs_first

I think I could make a configuration file for each path but it could be slower and I'm not sure I'll be glad about having multiple results instead of one (for the generated thumbnails).