Link Search Menu Expand Document

Load Example Projects

The Possum Labs DSL project includes examples of automated tests in a domain-specific language as well as example data that can be used to run the tests. To follow along with the examples, you will need to clone the project to your computer and load the example projects. Cloning a project with git means creating a local copy of it on your computer.

Load the project

  1. Clone the Possum Labs DSL project onto your computer using one of the following options:
    • Git on the command line. Tutorials are available at git-scm.com
    • A git desktop client like GitHub desktop
    • Source control management in Visual Studio or Visual Studio Code
  2. Open Visual Studio or Visual Studio Code
  3. Use the File > Add Folder to Workspace dialog to find and open the local DSL folder that was created when you cloned the project.
  4. The project files should appear in the file explorer sidebar.