Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.67 KB

Contributing.md

File metadata and controls

31 lines (22 loc) · 1.67 KB

TEE Contributor Guide

This instructions below will help you get your development environment setup so that you can contribute to this repository.

Ways to Contribute

Interested in contributing to the team-explorer-everywhere project? There are plenty of ways you can contribute, all of which help make the project better.

Java Requirements

We use Java 8 as the minimal supported Java execution environment.

You can find the JDK downloads on AdoptOpenJDK web site.

Testing

Our Integration tests are in the integrationTests folder. In order to run them correctly, you have to set up the environment and have an Azure DevOps organization to run against.

You'll need to add a test project into your account, and add a TFVC repository into it. TFVC repository should include a readme.txt file.

Here are the steps to setup your environment:

  1. Enable the following environment variables:

    • TEE_VSO_SERVER_URL=https://organization.visualstudio.com (make sure no trailing slash here)
    • TEE_VSO_TEAM_PROJECT=projectName
    • TEE_VSO_USER=EmailAddressForUser
    • TEE_VSO_PASS=PersonalAccessTokenGeneratedFromTheUserSecurityPage

    Note: Do not use https://dev.azure.com/account/ addresses in these environment variables, make sure to use https://account.visualstudio.com/