This commit is contained in:
Ruidy Nemausat 2020-05-12 10:25:40 +02:00
parent 7ccb8fb9aa
commit 262d4e1934

View file

@ -3,7 +3,8 @@
![Deploy](https://github.com/rjNemo/devbook_ts/workflows/Deploy/badge.svg?branch=master)
Social App for connecting with developers & tech enthusiasts.
🕸 [Check it out](https://devbook.onrender.com/)
🕸 [Check it out!](https://devbook.onrender.com/)
## Tests
@ -19,6 +20,14 @@ yarn cypress
and edit your E2E test cases in `cypress/integration/` folder.
### Unit
Open test runner with:
```sh
yarn test
```
## Deployment
We use Github Actions to check push and pull requests.