DoIt/.gitignore
PCloud 36bee94ed6
feat: add Playwright for visual regression testing (#1440)
* feat: add Playwright for visual regression testing

* feat: update snapshot path template in Playwright configuration

* chore: change CI workflow to run on macOS and remove unused snapshot path template

* update snapshots

* feat: update visual regression tests to use toHaveScreenshot method

* feat: update screenshot expectation to use maxDiffPixelRatio

* feat: remove threshold from screenshot expectation for homepage test

* feat: add visual regression tests for multiple pages

* feat: update Playwright configuration and enhance visual regression tests

* feat: add Hugo setup to Playwright workflow

* feat: update Playwright workflow to install Hugo via Homebrew

* feat: update visual test pages by commenting out unused entries
2025-02-21 15:09:55 +00:00

31 lines
322 B
Plaintext

# Hugo default output directory
public/
/exampleSite/resources/
node_modules/
build/
gen_/
## OS Files
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# OSX
.DS_Store
# Linux
.directory
# Hugo
.hugo_build.lock
jsconfig.json
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/