diff --git a/test/smoke/README.md b/test/smoke/README.md index 850585507a5..294fa2eced8 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -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).