aspnetcore/test/Microsoft.AspNetCore.AzureA...
Pavel Krymets b53a6f9a25 Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
..
Templates Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
AzureCollection.cs
AzureFixture.cs Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
CommandResult.cs
Directory.Build.props.template Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
LoggingInterceptor.cs
Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
NuGet.config.template
PathUtilities.cs
README.md Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
TemplateFunctionalTests.cs Install site extension on top of existing dotnet (#97) 2017-08-29 08:40:12 -07:00
TestCommand.cs
TestLogger.cs
WebAppExtensions.cs
global.json.template

README.md

Running functional tests locally:

  1. Set following environment variables: -. SiteExtensionFeed - feed where site extension is published -. APIKEY - Nuget API key for extension publish feed -. AZURE_AUTH_CLIENT_ID - Azure service principal client id -. AZURE_AUTH_CLIENT_SECRET - Azure service principal client secret -. AZURE_AUTH_TENANT - Azure service principal tenant -. See https://github.com/Azure/azure-sdk-for-net/blob/Fluent/AUTH.md on how to create service principal

  2. Run .\build /t:BuildSiteExtension /t:PushSiteExtension to build and push site extension

  3. Run .\build /t:Test /p:AntaresTests=true to run tests using the site extension