From 2a75acae3f76d6c87a4717586acb9726eeec50dd Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 30 May 2023 09:43:41 +0200 Subject: [PATCH] docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 437c561..067e84f 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,9 @@ Running `pnpm run dev` in the root folder will start the following things: You can see the app under [localhost:1234](http://localhost:1234). -## Tests +> There is a Postman collection with some example requests [available in the repo](./Cryptgeon.postman_collection.json) + +### Tests Tests are end to end tests written with Playwright.