Versioning.NET
Versioning.NET copied to clipboard
Make Test runable in VS and runable by any one
I make some change to your test so the test can be run by anyone. To do so, the person needs to clone the test repository and create a GITHUBACCESSTOKEN to the for the test repository.
If he will run the test inside Visual Studio he needs to add a Local.cs file in the setup folder of Integration.Tests with this code:
partial class EnvironmentVariable
{
public EnvironmentVariable()
{
this.GitHubActor = {{GitHub.Actor}}; // the name of the account how own the GITHUBACCESSTOKEN
this.GitHubAccessToken = {{GITHUBACCESSTOKEN}}; // the GITHUBACCESSTOKEN for the test repository
this.GitHubTestRepoAddress = {{TestRepoAddress}}; // only needed if the test repos is not 'github.com/{actor}/Versioning.NET.Tests.git'
}
}
For work related reason I will no longer use this account, and switch to my personal account @Aedjis .
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code