Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 874 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 874 Bytes

Purpose

created as a repro for issue

playwright-threshold

run npm i

run npm run test:e2e

Expected

subtle fails must be detected only on lower thresholds major fails must be accepted on higher thresholds

Observed

test are passing/failing in the same way for

  • images with minor changes - github stars count
  • images with major changes - github stars count + some colorful pic

Screenshot 2021-10-12 at 18 18 01

so the main idea is - there is no way to not fail on subtle diffs but fail on major ones Screenshot 2021-10-12 at 23 48 31