1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Add Playwright configuration and visual regression tests (#2170)

This commit is contained in:
Paweł Kuna
2025-02-19 00:58:10 +01:00
committed by GitHub
parent 9cd532745a
commit a2640e2147
6 changed files with 498 additions and 2 deletions

View File

@@ -9,13 +9,18 @@
"bundlewatch": "turbo bundlewatch",
"version": "changeset version",
"publish": "changeset publish",
"playwright": "pnpm run build && pnpm run vt",
"vt": "playwright test tests",
"vt-update": "playwright test tests --update-snapshots",
"reformat-mdx": "node build/reformat-mdx.mjs",
"start": "pnpm dev"
},
"packageManager": "pnpm@9.15.4",
"devDependencies": {
"@argos-ci/playwright": "^4.1.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@playwright/test": "^1.50.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",