Open Projects in Visual Studio Code
You can view a project's source code on your local system by opening it in Visual Studio (VS) Code.
Before You Begin
Install Visual Studio Code on your system, and make sure the code
command is added to your PATH.
To open a project in VS Code:
Login to the BlinqIO dashboard and switch to your project.
Select the three-dot menu at the top and choose Open in VSCode. The app launch page appears.
Select Continue in the app. The BlinqIO Editor will sync the project from your BlinqIO Git repository to your local system and open the folder in VS Code.
TIP
See Debugging Test Automation Code in Visual Studio Code to learn how to debug your test cases locally.