diff --git a/tests-new/README.md b/tests-new/README.md index 1b84cd90..14f3aaec 100755 --- a/tests-new/README.md +++ b/tests-new/README.md @@ -21,7 +21,6 @@ * Build the demo project - ```sh detox build --configuration ios.sim.release ``` @@ -30,7 +29,6 @@ detox build --configuration ios.sim.release * Run tests on the demo project - ```sh detox test --configuration ios.sim.release ``` @@ -43,7 +41,6 @@ This action will open a new simulator and run the tests on it. * Build the demo project - ```sh detox build --configuration ios.sim.debug ``` @@ -52,14 +49,12 @@ detox build --configuration ios.sim.debug * start react-native packager - ```sh npm run start ``` * Run tests on the demo project - ```sh detox test --configuration ios.sim.debug ```