diff --git a/README.md b/README.md index 7f4676a6c..fc175dfb2 100644 --- a/README.md +++ b/README.md @@ -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