Add readme.

This commit is contained in:
Florian THIERRY
2025-03-31 23:08:47 +02:00
parent 096baf9a3c
commit 8b3c7dc3d4

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Purpose
Cypress sandbox project to test web scraping.
# How to run
## Prerequisites
Install nodejs and npm.
## Launch
```bash
npm run cypress
```