Added step to run npm install

This commit is contained in:
Erich Gamma
2017-06-30 15:32:45 +02:00
committed by GitHub
parent db3ac354b5
commit a7b27bb3c3

View File

@@ -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.