diff --git a/test/smoke/README.md b/test/smoke/README.md index dc9052119503eb60d7c45cbb99a0fc1c5f157916..5f86605f15a04291c036a1278ebe3b1d861ea5f3 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -43,7 +43,12 @@ yarn smoketest --build PATH_TO_NEW_RELEASE_PARENT_FOLDER --stable-build PATH_TO_ ### Develop -Start a watch task in `test/smoke`: +Start two watch tasks: + +```bash +cd test/automation +yarn watch +``` ```bash cd test/smoke