Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 751 Bytes

SetUpDevEnv.md

File metadata and controls

14 lines (11 loc) · 751 Bytes

Set up your development environment

Install Visual Studio

  1. Install Visual Studio 2022 from here
    • Choose ".NET desktop development" option
    • Add ".NET Framework 4.8 development tools"

Install Wix tools

To build the MSI project, you need to install the HeatWave extension for Visual Studio. The extension is can be downloaded from the Visual Studio Marketplace.

Install WinAppDriver

  1. To run the UI tests, install WinAppDriver from here