Updated README.md

This commit is contained in:
Kylart 2019-07-08 00:37:29 +02:00
parent bcfdf2aba5
commit 81ecf3745b
1 changed files with 9 additions and 5 deletions

View File

@ -48,7 +48,7 @@ Use KawAnime to:
* Keep track of what you watched with the History.
* Easily binge watch your local anime or while streaming.
Feel free to check the official website for [a demo of all the available features.](https://kawanime.com/features)
Feel free to check the official website for [a demo of all the available features.](https://kawanime.com/#features)
## About OS
_KawAnime_ is completely cross-platform.
@ -80,11 +80,15 @@ npm run lint
```
#### Testing
Testing is not implemented yet as it takes time :(
To run tests, you have to build a production ready bundle:
```
npm run pack
```
Two types are setup though:
1. e2e with Cypress (see tests/e2e)
1. Unit tests (see tests/unit)
then simply run
```
npm run test
```
## Generating distributable apps
This feature uses [electron-builder](https://github.com/electron-userland/electron-builder).