vscode/test/smoke
2017-05-26 12:56:23 +02:00
..
.vscode Moved to test directory. 2017-05-26 12:56:22 +02:00
scripts Corrected path to binary. 2017-05-26 12:56:23 +02:00
src Moved to test directory. 2017-05-26 12:56:22 +02:00
.gitignore Moved to test directory. 2017-05-26 12:56:22 +02:00
CONTRIBUTING.md Moved to test directory. 2017-05-26 12:56:22 +02:00
package.json Moved to test directory. 2017-05-26 12:56:22 +02:00
README.md Moved to test directory. 2017-05-26 12:56:22 +02:00
tsconfig.json Moved to test directory. 2017-05-26 12:56:22 +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: .\scripts\run.ps1 -latest "path\to\Code.exe" on Windows (from PowerShell) and ./scripts/run.sh path/to/binary on Unix system.

If you want to include 'Data Migration' area tests use .\scripts\run.ps1 -latest "path\to\Code.exe" -stable "path\to\CurrentStable.exe" and ./scripts/run.sh path/to/binary 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.