Add test example to scrap a web page.

This commit is contained in:
Florian THIERRY
2025-03-31 23:03:24 +02:00
parent a39f84fdd2
commit 096baf9a3c
6 changed files with 152 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"cypress": "npx cypress open"
},
"author": "",
"license": "ISC",