aspnetcore/test/Microsoft.AspNetCore.AzureA...
Nate McMaster 2143ef49c2 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 09:45:38 -07:00
..
Assets Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
AzureCollection.cs
AzureFixture.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -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 Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 09:45:38 -07:00
NuGet.config.template
PathUtilities.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
PerLoggerSink.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
Program.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
README.md
TemplateFunctionalTests.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -07:00
TestCommand.cs Move tests to seperate app (#107) 2017-09-29 08:55:31 -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