From 8b3c7dc3d4a4033a112ccc9738aacf07832b74fa Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Mon, 31 Mar 2025 23:08:47 +0200 Subject: [PATCH] Add readme. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9adf1b1 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file