Add info about running tests

This commit is contained in:
Jonatan Heyman 2023-12-28 00:07:49 +01:00
parent 713febbd40
commit fa643a46f4

View File

@ -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.