From fa643a46f42dee91c43b48a36a5dea5bddb072a4 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Thu, 28 Dec 2023 00:07:49 +0100 Subject: [PATCH] Add info about running tests --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index dde3b3d..0ae855f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,21 @@ To develop Heynote you need Node.js and you should (hopefully) just need to chec > npm run dev ``` +### Run Tests + +To run the tests: + +``` +> npm run test +``` + +To run the tests in the Playwright UI: + +``` +> npm run test:ui +``` + + ### Contributions I'm happy to merge contributions that fit my vision for the app. Bug fixes are always welcome.