Update README.md

This commit is contained in:
João Moreno 2018-05-03 11:52:10 +02:00 committed by GitHub
parent d5972344c4
commit ccdc7de015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: