First version of Gekata

This commit is contained in:
root 2025-09-10 20:39:00 +00:00
parent d0d33f8c96
commit 9dca8a6503
5 changed files with 925 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "playwright-domain-scanner",
"version": "1.0.0",
"description": "Service to find all domains loaded by webpage using Playwright",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"playwright": "^1.42.0"
}
}