From a7b27bb3c3dc4e0306efdcc72fba7883ff5e7920 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Fri, 30 Jun 2017 15:32:45 +0200 Subject: [PATCH] Added step to run npm install --- 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 a31294b5cac..850585507a5 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -1,5 +1,7 @@ # VS Code Smoke Testing -The following command is used to run the tests: `npm test -- --latest "path/to/binary"`. + +- 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.