Commit Graph

57 Commits

Author SHA1 Message Date
Pavel Krymets 194ef76432
Use IntegrationTesting.IIS (#133) 2018-07-17 08:57:18 -07:00
Chris Ross (ASP.NET) 1f5df1eb0b React to IIS Express infrastructure changes 2018-05-30 16:28:43 -07:00
Chris Ross (ASP.NET) b30f0d3b90 Change to a test matrix approach 2018-05-16 10:56:30 -07:00
Justin Kotalik f181bc8c1f
Adds ANCM V2 (#116) 2018-05-03 13:49:57 -07:00
Mike Harder a30faf1a30
Skip ANCM v2 in-proc chunked tests (#111)
- Started failing after dependencies.props update: 46e3c69458
- Issue to un-skip: https://github.com/aspnet/ServerTests/issues/110
2018-04-16 20:57:08 -07:00
Justin Kotalik f4493b99bd
React to ANCM current addition and organize tests (#109) 2018-04-13 17:04:56 -07:00
Chris Ross (ASP.NET) 5356456766 Simplify test TFMs #82 2018-04-05 14:51:35 -07:00
Justin Kotalik f44af6b812
Reenable IISExpress out of process tests; add ANCM in process tests. (#106) 2018-04-04 12:35:23 -07:00
Chris R 13aa0ae513 Force HTTP/1.1 2018-03-09 21:45:50 -08:00
Pranav K cf64cf2c4a Update samples and tests to target netcoreapp2.1 2017-11-16 12:28:31 -08:00
Pranav K 527a6dc97a Update samples and tests to target netcoreapp2.1 2017-11-15 15:54:25 -08:00
Chris R a66cca5e22 Add net461 test targets 2017-05-30 10:31:29 -07:00
Nate McMaster 8ecf6874e8 Upgrade test framework versions 2017-05-12 14:12:07 -07:00
Chris Ross (ASP.NET) eff3bf5a09 Migrate to netcoreapp2.0 2017-05-05 09:50:31 -07:00
Andrew Stanton-Nurse 463612d3a6 remove integration test logging (#76)
now that logging.testing has it
2017-04-24 16:04:36 -07:00
Andrew Stanton-Nurse bfeff186e3 react to removal of PlatformAbstractions (#75) 2017-04-20 09:31:03 -07:00
Kiran Challa b52430674f Unskipped standalone functional tests 2017-04-13 23:21:29 -07:00
Kiran Challa fb28efe4f8 Removed code supplying runtime identifier to deployers 2017-04-13 15:07:18 -07:00
Kiran Challa 1d3747c071 Skipped standalone tests temporarily 2017-04-13 13:12:18 -07:00
Kiran Challa 676f4ba3e4 Converted test projects to run on netcoreapp2.0 2017-04-13 11:15:40 -07:00
Andrew Stanton-Nurse 50299cbac6 react to aspnet/Hosting#1005 (#68) 2017-04-06 15:19:34 -07:00
Andrew Stanton-Nurse 9b598201ff react to aspnet/Hosting#996 (#67) 2017-03-31 13:22:09 -07:00
Nate McMaster a2914ab483 Replace console logger with ITestOutputHelper (#64) 2017-03-28 10:13:37 -07:00
Pranav K 6e1a53f1f5 Remove net451 as a cross-compile target 2017-03-22 19:21:49 -07:00
Kiran Challa 5ff734bb71 [Fixes #53] Enable skipped Standalone tests 2017-03-09 15:34:34 -08:00
Doug Bunting 2773777ed1 Use .NET 4.5.2 target framework when deploying test sites
- follow-up to 0527786
- sites are also built for .NET 4.5.2 in desktop runs
2017-02-14 18:17:28 -08:00
Kiran Challa 0f27c30d90 Upgraded to VS 2017 RC 2017-02-03 09:47:10 -08:00
Pranav K d2e1a51fa8 Updating to netcoreapp1.1 2016-10-13 11:24:56 -07:00
Stephen Halter d054bbc2e8 Respond to new behavior for HTTP/1.1 Connection: close responses 2016-10-05 11:58:59 -07:00
Pranav K 735118bda5 Reacting to Microsoft.AspNetCore.Server.Testing rename 2016-08-15 16:19:57 -07:00
BrennanConroy b8422416f5 Run tests on XPlat 2016-06-22 10:09:39 -07:00
John Luo 2c71ae7583 React to deployer update 2016-05-06 16:30:48 -07:00
John Luo aa8e908fc7 Convert to portable and add tests for standalone and portable 2016-04-22 16:06:12 -07:00
Kiran Challa 4423e4af38 Changed DNX451 references to NET451 2016-04-08 15:15:29 -07:00
Kiran Challa f31e9969c7 Changed DNX451 references to NET451 2016-04-08 15:05:45 -07:00
BrennanConroy 2952fb90cc Feedback 2016-03-25 11:34:33 -07:00
BrennanConroy 06a0d4f3e1 Update 2016-03-25 11:34:33 -07:00
BrennanConroy f272d993de Helper 2016-03-25 11:34:33 -07:00
BrennanConroy dfb7f2f9b2 Fixups 2016-03-25 11:34:33 -07:00
BrennanConroy 27c32d073f Adding Nginx to test runs 2016-03-25 11:34:33 -07:00
Chris R 5840689f64 Switch from HttpPlatformHandler to AspNetCoreModule. 2016-03-09 14:21:20 -08:00
John Luo aa28b85d6a Reacting to Hosting deployers change 2016-03-04 10:51:22 -08:00
Victor Hurdugaci df548e1d04 Build with dotnet 2016-02-08 15:04:53 -08:00
N. Taylor Mullen d631e8edd0 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:01 -08:00
John Luo 73fb78c47d Functional test update after Hosting API change 2015-12-21 15:04:55 -08:00
Chris R 08d17b2631 React to Authentication changes. 2015-10-15 13:47:22 -07:00
Kiran Challa ca2c7f7aaa Reacting to testing changes 2015-10-14 12:10:42 -07:00
Pranav K 6db42469e7 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:46 -07:00
Chris R b33cb285fb Disable broken IIS tests. Standardize commands. 2015-09-30 11:00:08 -07:00
Chris R 673617f3dd Always specify the ApplicationHost.Config file. 2015-09-28 14:03:00 -07:00