vscode/test/smoke
2017-06-01 14:36:29 +02:00
..
src Removed wait from the test. Ref #27841 2017-06-01 14:36:29 +02:00
.gitignore Moved to test directory. 2017-05-26 12:56:22 +02:00
CONTRIBUTING.md Added description on how to debug smoke test. 2017-05-31 15:27:50 +02:00
package.json Added script to compile. 2017-05-29 09:08:57 +02:00
README.md Updated the way to run the smoke test. 2017-05-26 12:56:24 +02:00
tsconfig.json Updated the way to run the smoke test. 2017-05-26 12:56:24 +02:00

VS Code Smoke Testing

This repository contains the smoke test automation code with Spectron for Visual Studio Code.

The following command is used to run 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.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.