From 6ed837a6cfc4396ba1ea0913a9746829f00b05c2 Mon Sep 17 00:00:00 2001 From: Joao Date: Fri, 25 Aug 2017 14:48:57 +0200 Subject: [PATCH] update smoke test local instructions --- 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 85437ac633d..02717c281fb 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -58,5 +58,7 @@ If you did a fix in VS Code that you need in order for the smoke test to succeed * open `application.ts` * pass in the vscode folder as argument to the application * e.g. instead of `args: args` type `args: ['/Users/bpasero/Development/vscode', ...args]` -* run `npm test -- --latest ` +* `cd test/smoke` +* `npm install` +* `npm test -- --latest ` * e.g. on macOS: `npm test -- --latest /.build/electron/Code\ -\ OSS.app/Contents/MacOS/Electron` \ No newline at end of file -- GitLab