Adds site/package.json and site/screenshots.js to automate capturing 7 named screenshots of the running Darkwatch app via Playwright/Chromium. Also adds site/node_modules/ to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"name": "darkwatch-brochure-screenshots",
|
|
"type": "module",
|
|
"scripts": {
|
|
"screenshots": "node screenshots.js",
|
|
"screenshots:only": "node screenshots.js --only"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.43.0"
|
|
}
|
|
}
|