bahmutov / monalego

Visual testing for HTML canvas drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonaLego cypress version ci status renovate-app badge

Visual testing for HTML canvas drawing

monalego

Mona Lisa example

This Legra.js demo copied from from legra-monalisa.glitch.me/

MonaLego

The test in cypress/integration/mona-spec.js changes the brick size and saves the produced Lego image as a local file.

Related: Fast legoization

Smiley face

Read Canvas Visual Testing with Retries, see the test cypress/integration/smile-spec.js.

Visual canvas testing

Pixel match in the browser

Look at pixelmatch-spec.js where we compare the canvas image to itself after N milliseconds using pixelmatch library. This let's us retry until the canvas stabilizes and becomes static - which means the animation has finished.

Canvas becomes static

Watch the video Canvas image diffing in the browser using pixelmatch.

Bar chart

An animated Chart.js bar chart with multiple visual diffs against it. You can change the animation duration in public/bar.html, the test should still work.

Visual tests against animated bar chart

Watch the video for more details

Native screenshots

This repository is showing how to use Chrome debugger protocol to capture the browser screenshot natively in Chrome browsers. See the screenshot-spec.js test file.

About

Visual testing for HTML canvas drawing


Languages

Language:JavaScript 76.6%Language:HTML 12.8%Language:CSS 10.7%