aspnetcore/test/Microsoft.AspNetCore.AzureA...
Chris Ross f28ff39ab3 Remove explicit LangVersion (#106) 2017-09-21 15:07:08 -07:00
..
Assets 1.0, 1.1 template tests (#100) 2017-08-31 15:49:14 -07:00
AzureCollection.cs
AzureFixture.cs 1.0, 1.1 template tests (#100) 2017-08-31 15:49:14 -07:00
CommandResult.cs
Directory.Build.props.template
Directory.Build.targets.template Log requests into test logs, override directory targets (#98) 2017-08-29 10:28:45 -07:00
LoggingInterceptor.cs Log requests into test logs, override directory targets (#98) 2017-08-29 10:28:45 -07:00
Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj Remove explicit LangVersion (#106) 2017-09-21 15:07:08 -07:00
NuGet.config.template
PathUtilities.cs 1.0, 1.1 template tests (#100) 2017-08-31 15:49:14 -07:00
README.md
TemplateFunctionalTests.cs Fix tests (#101) 2017-09-01 14:58:24 -07:00
TestCommand.cs
TestLogger.cs Log requests into test logs, override directory targets (#98) 2017-08-29 10:28:45 -07:00
WebAppDeploymentKind.cs 1.0, 1.1 template tests (#100) 2017-08-31 15:49:14 -07:00
WebAppExtensions.cs Relax timeouts (#103) 2017-09-05 13:49:34 -07:00
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