Run cucumber tests README entry

This commit is contained in:
Armin 2019-02-28 01:20:27 +01:00
parent 14a57d1ebf
commit 7ea4087775

View File

@ -141,12 +141,18 @@ npm run db:reset
**Beware**: We have no multiple database setup at the moment. We clean the database after each test, running the tests will wipe out all your data!
Run the tests:
Run the **_jest_** tests:
```bash
yarn run test
# -or-
npm run test
```
Run the **_cucumber_** features:
```bash
yarn run test:cucumber
# -or-
npm run test:cucumber
```
## Todo`s