Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[spike] Add integration tests #1884
Conversation
Simple integration test for GitHub.ShowGitHubPane command that will execute on Visual Studio 2015 and 2017.
VsixTesting will install the .vsix from the same directory as the test assembly. Copy test assembly to build directory to allow this to happen.
The CI build was failing when I used PackageReference in the project. This should be fixed in a separate PR.
Problems quickly switching between solutions.
Simple integration test for GitHub.ShowGitHubPane command that will
execute on Visual Studio 2015 and 2017.