Chris Ross (ASP.NET)
|
8d55a447d4
|
Allow running some IIS Express variants without publishing #1431
|
2018-05-31 15:15:04 -07:00 |
Hao Kung
|
23e3ab6555
|
Add TestPortHelper class for tests (#1438)
* Add TestPortHelper class for tests
* Remove copy
* Update IISExpressDeployer
|
2018-05-30 13:55:46 -07:00 |
Chris Ross (ASP.NET)
|
09d3b32fe5
|
Enable x86 testing #949
|
2018-05-23 09:35:26 -07:00 |
Chris Ross (ASP.NET)
|
3b5b40884f
|
Refactor integration testing for test matrix generation.
|
2018-05-16 09:51:50 -07:00 |
Justin Kotalik
|
fb08967c9f
|
Make Deployers handle ANCM V1 and V2 (#1407) (#1409)
|
2018-05-03 13:49:21 -07:00 |
Justin Kotalik
|
10a4b84061
|
Revert "Make Deployers handle ANCM V1 and V2 (#1407)"
This reverts commit 52802d1afa.
|
2018-05-02 14:58:53 -07:00 |
Justin Kotalik
|
52802d1afa
|
Make Deployers handle ANCM V1 and V2 (#1407)
|
2018-05-02 09:13:32 -07:00 |
Chris Ross (ASP.NET)
|
9d82942a1a
|
Run self-host tests with no-build. #1399
|
2018-04-25 14:10:00 -07:00 |
Mike Harder
|
55feeeab15
|
Add DeploymentParameters.Scheme property (#1388)
- Allows tests to use HTTPS with dynamic port "0"
|
2018-04-18 15:18:59 -07:00 |
Mike Harder
|
970bc8a30d
|
Add TestUrlHelper class and GetAddress() extension method (#1387)
|
2018-04-18 14:04:16 -07:00 |
Mike Harder
|
0cc416f1f9
|
Change SelfHostDeployer to use dynamic ports by default (#1383)
* Should significantly reduce flaky test failures due to AddressInUse exceptions
* Addresses https://github.com/aspnet/Hosting/issues/1296
|
2018-04-17 14:01:33 -07:00 |
Justin Kotalik
|
40bd6e560e
|
Adds HostingModel as an extra DeploymentParameter (#1261)
|
2017-11-10 10:07:19 -08:00 |
Chris Ross (ASP.NET)
|
1e360cbb36
|
#1244 Disable restore on publish for integration tests
|
2017-10-27 12:20:13 -07:00 |
Ryan Brandenburg
|
bc4a514d9e
|
Better message for integration tests
|
2017-10-20 10:49:41 -07:00 |
John Luo
|
a63932a492
|
Add option to suppress writing startup messages
|
2017-10-02 14:08:54 -07:00 |
Chris Ross
|
253be73b6f
|
Misc generic host pr feedback (#1222)
|
2017-09-21 15:09:52 -07:00 |
Henk Mollema
|
456957bf57
|
Use dictionary for deployment parameters (#1126)
|
2017-08-10 10:56:21 -07:00 |
Pranav K
|
d14b453c33
|
Allow publishing rid specific desktop applications
|
2017-06-21 12:16:01 -07:00 |
Nate McMaster
|
75ba58bac2
|
Re-add some code that was removed during TFM churn
|
2017-05-26 09:51:38 -07:00 |
John Luo
|
9b80f2a635
|
Migration
|
2017-05-05 17:12:36 -07:00 |
Andrew Stanton-Nurse
|
1ae1ff01a3
|
Add test logging helpers to Hosting (#1005)
|
2017-04-06 15:19:26 -07:00 |
Andrew Stanton-Nurse
|
ad79cdd123
|
fix hangs due to uncleared TCS in IntegrationTesting (#1008)
|
2017-04-06 11:15:45 -07:00 |
Andrew Stanton-Nurse
|
f15c99c980
|
more logging and more resiliant port selection (#996)
|
2017-03-30 09:46:50 -07:00 |
Nate McMaster
|
1c1681c26f
|
Revert "Log status of port before starting server with SelfHostDeployer (#993)"
This reverts commit f79904404e.
|
2017-03-29 09:22:11 -07:00 |
Nate McMaster
|
f79904404e
|
Log status of port before starting server with SelfHostDeployer (#993)
|
2017-03-28 10:48:46 -07:00 |
Pranav K
|
31a2bdffce
|
Remove net451 as a cross-compile target
|
2017-03-24 11:45:47 -07:00 |
Cesar Blum Silveira
|
af953b4883
|
Bump Microsoft.AspNetCore.Server.IntegrationTesting to net452.
|
2017-02-22 13:46:47 -08:00 |
Pranav K
|
c4ea355ddf
|
Allow for an alternate application name to be used as part of deployment. (#945)
This lets us test applications that are compiled with a different assembly name
|
2017-02-15 17:20:16 -08:00 |
Nate McMaster
|
e312552edd
|
Add setting to extend dotnet-publish arguments in ApplicationDeployer
|
2017-01-12 11:24:19 -08:00 |
BrennanConroy
|
98e35cc6da
|
Add retry to ApplicationDeployer delete
|
2016-09-08 11:04:24 -07:00 |
Pranav K
|
d2f109ef6c
|
Add environment variables to dotnet publish
|
2016-08-18 10:34:13 -07:00 |
Pranav K
|
f8189a2296
|
Rename to Microsoft.AspNetCore.Server.IntegrationTesting
Fixes #824
|
2016-08-12 12:03:01 -07:00 |