From 7ea408777501b25f6159548f570f209fe138c74d Mon Sep 17 00:00:00 2001 From: Armin Date: Thu, 28 Feb 2019 01:20:27 +0100 Subject: [PATCH] Run cucumber tests README entry --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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