From 4062b9470ba453e036a5c5df2488080ef84639c6 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 19 May 2020 16:49:27 -0300 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcae9f99d..1f0c5deea 100644 --- a/README.md +++ b/README.md @@ -208,13 +208,15 @@ Readme will guide you on how to config. - Build your app ```bash -$ detox build --configuration ios.sim.release +$ npx detox build --configuration ios.sim.release ``` - Run tests ```bash -$ detox test --configuration ios.sim.release +$ npx detox test ./e2e/tests/onboarding --configuration ios.sim.release +$ npx detox test ./e2e/tests/room --configuration ios.sim.release +$ npx detox test ./e2e/tests/assorted --configuration ios.sim.release ``` ## Storybook