First version of Gekata
This commit is contained in:
parent
d0d33f8c96
commit
9dca8a6503
5 changed files with 925 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue