hashrock / denocom-visual-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tried to write visual regression test with deno

take screenshot

checkout feature main and execute:

deno run -A screenshot.ts http://localhost:8000/ old

then checkout the feature branch and execute:

deno run -A screenshot.ts http://localhost:8000/ new

and compare by:

deno run -A pixelmatch.ts old new

then you got:

Alt text

About


Languages

Language:TypeScript 100.0%