aspnetcore/test
Javier Calvarro Nelson 4d2e642b94 Add launchSettings.json by default to our templates
* Adds launchSettings.json to all of our templates.
* Provides an alternative flag to exclude it.
* Adds HTTPS support in launchSettings.json.
* Re-adds HTTPS redirect and HSTS middleware for C# templates.
* Improves some infrastructure aspects:
    * Prefix all our test projects with AspNet.Template to allow easy
      killing of orphaned processes.
    * Setup an HTTPS certificate automatically for use with tests in the
      same way our tooling does it on customers machines.
    * Switch from OS selected ports to randomly selected ports. This is
      required as we need to know the port to use for HTTPS.
    * Allow disabling browser automation through an environment variable.
    * Setup Firefox to allow untrusted certificates when using Selenium.
    * Allow running Selenium tests on firefox by setting an environment
      variable.
2017-12-08 13:08:36 -08:00
..
Templates.Test Add launchSettings.json by default to our templates 2017-12-08 13:08:36 -08:00
Directory.Build.targets Automate dependency version selection 2017-10-12 16:44:55 -07:00
GenerateTestProps.targets Automate dependency version selection 2017-10-12 16:44:55 -07:00
TemplateTests.props.in Automate dependency version selection 2017-10-12 16:44:55 -07:00