mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
Add info about running tests
This commit is contained in:
parent
713febbd40
commit
fa643a46f4
15
README.md
15
README.md
@ -51,6 +51,21 @@ To develop Heynote you need Node.js and you should (hopefully) just need to chec
|
|||||||
> npm run dev
|
> 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
|
### Contributions
|
||||||
|
|
||||||
I'm happy to merge contributions that fit my vision for the app. Bug fixes are always welcome.
|
I'm happy to merge contributions that fit my vision for the app. Bug fixes are always welcome.
|
||||||
|
Loading…
Reference in New Issue
Block a user