Update README.md

This commit is contained in:
Michel Kaporin 2017-06-30 16:21:34 +02:00 committed by GitHub
parent 9b0ba2f416
commit 486149411b

View file

@ -3,7 +3,9 @@
- Run `npm install`
- Start the tests: `npm test -- --latest "path/to/binary"`.
If you want to include 'Data Migration' area tests use `npm test -- --latest path/to/binary --stable path/to/currentStable` respectively.
If you want to include 'Data Migration' area tests use `npm test -- --latest path/to/binary --stable path/to/currentStable` respectively.
Detailed prerequisites and running steps are described [on our smoke test wiki](https://github.com/Microsoft/vscode/wiki/Smoke-Test#automated-smoke-test).
# Architecture
* `main.js` is used to prepare all smoke test dependencies (fetching key bindings and 'Express' repository, running `npm install` there).