- Add docker-compose.web-testing.yml with vlmkit service - Add 5 test scripts: capture, compare, pipeline, console-monitor, link-checker - Add vrt.config.json with 3 viewports + maskSelectors - Add package.json with @mizchi/vlmkit and Node >=24 - Add tests/README.md with VRT documentation - Update .gitignore for test artifacts Based on APAW issue #144 / milestone #106
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
.env
|
|
node_modules/
|
|
tests/node_modules/
|
|
tests/screenshots/
|
|
tests/visual/baseline/
|
|
tests/visual/current/
|
|
tests/visual/diff/
|
|
tests/reports/
|
|
*.log
|