From 486149411ba0f3be2e9682f9cf565dcaacc15e3d Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Fri, 30 Jun 2017 16:21:34 +0200 Subject: [PATCH] Update README.md --- test/smoke/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).