Test Smoke Test Template
Benjamin Pasero edited this page Jun 29, 2021
·
7 revisions
Pages 75
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Build Champion
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Feedback Channels
- Source Code Organization
- Coding Guidelines
- Smoke Test
- Dealing with Test Flakiness
- Contributor License Agreement
- Extension API Guidelines
Documentation
Clone this wiki locally
- Windows
- macOS
- Linux
Complexity: 2
Instructions
- make sure you are on a node.js version that is compatible with building VSCode
- download insiders and stable builds of VSCode matching your platform
- clone
vscodeto a local folder yarn && yarn compileyarn --cwd test/smokenode build/lib/preLaunch.jsyarn smoketest --build <path to latest version> --stable-build <path to stable version>
If the automated tests fail, create and issue for that and run the tests manually: https://github.com/microsoft/vscode/wiki/Smoke-Test

