From ccdc7de01598b8b461deed63538b320f2d8a7e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 3 May 2018 11:52:10 +0200 Subject: [PATCH] Update README.md --- test/smoke/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/smoke/README.md b/test/smoke/README.md index 921be6ee8bd..539e8c9055b 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -1,8 +1,6 @@ # VS Code Smoke Test -## Run - -### Run from `master` +### Run ``` # Dev @@ -22,13 +20,13 @@ cd test/smoke && yarn && yarn compile yarn smoketest --build PATH_TO_RELEASE_BUILD ``` -## Debug +### Debug - `--verbose` logs all the low level driver calls made to Code; - `-f PATTERN` filters the tests to be run. You can also use pretty much any mocha argument; - `--screenshots SCREENSHOT_DIR` captures screenshots when tests fail. -## Develop +### Develop Start a watch task in `test/smoke`: