vscode/test/smoke/README.md

11 lines
698 B
Markdown
Raw Normal View History

2017-05-22 11:56:23 +00:00
# VS Code Smoke Testing
This repository contains the smoke test automation code with Spectron for Visual Studio Code.
2017-05-24 14:36:35 +00:00
The following command is used to run the tests: `npm test -- --latest "path/to/binary"`.
2017-05-22 11:56:23 +00:00
2017-05-24 14:36:35 +00:00
If you want to include 'Data Migration' area tests use `npm test -- --latest path/to/binary --stable path/to/currentStable` respectively.
2017-05-22 11:56:23 +00:00
# Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.