diff --git a/README.md b/README.md index c1e7349f..d1818e87 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,11 @@ test.sh options * test-runners - checks supported tests runners are working correctly +You can attach a debugger to react-native tests by passing "Debug" to the tests.sh script. A Chrome browser will open and connect to the react native application. Use the built-in Chrome Debugger to debug the code. - +``` +./tests.sh react-tests Debug +``` ## Code of Conduct