This is a automated tests project using HttpClient and RestSharp frameworks.
We are using Go Rest APIs for the tests.
- Visual Studio Community with C# or similar
- Open and build project
- Install NuGet packages
Inside Helper folder, add a class called AuthToken
namespace MicroserviceAutomation.Helper
{
public class AuthToken
{
public static string Auth { get; } = "Bearer ACCESS_TOKEN";
}
}
Insted of ACCESS_TOKEN
, put your own token generated at Go Rest API`s site.
Then, build the project again and execute tests