tacoss / testcafe-blink-diff

Visual regression for Testcafé
65 stars 15 forks source link

feat: create thumbnails when nothing #77

Closed tomoh1r closed 2 months ago

tomoh1r commented 2 months ago

Description

76 chain pr

I manage images on git repository to check img's diff, and sometime the repository has many files. Thumnails no need to with in the repository, so I'd like to create thumbnails on diff command.

Substantial commit ids are below:

Type of change:

Improvement (non-breaking change which fixes an issue)

How Has This Been Tested?:

Github Actions: https://github.com/tomoh1r/testcafe-blink-diff/actions/runs/10752597990

unittest:

> & si -Path Env:\BASE_URL -Value "http://localhost:3000"
> & si -Path Env:\WINDOW_DPI -Value 1
> & si -Path Env:\BROWSER -Value "edge:headless"
> & npx testcafe --config-file e2e/.testcaferc.json edge

Test Configuration:

Checklist: