Commit Graph

64 Commits

Author SHA1 Message Date
Pranav K f70313c17a Use WindowsIdentity instead of environment variables to verify NTLM auth scenarios
This is required to fix tests when tests are run under a system account.
2016-10-28 11:28:55 -07:00
Troy Dai 4158be273f Fix OpenIdConnect test
https://github.com/aspnet/Security/pull/925
2016-08-26 15:53:04 -07:00
Pranav K 51b13161d8 Reacting to Microsoft.AspNetCore.Server.Testing rename 2016-08-15 16:17:19 -07:00
Hao Kung 5efaa95195 React to google/fb endpoint revisions 2016-05-23 18:26:13 -07:00
Kiran Challa 123cea9da7 Added console write statements to improve user experience
[Fixes #642] Show test progress when running functional tests
2016-04-22 13:58:10 -07:00
Kiran Challa 4c2c1d939b Fixed build break 2016-04-18 16:19:22 -07:00
Kiran Challa a3fca566c5 Uncomment test code and change ASPNET_ENV to ASPNETCORE_ENVIRONMENT 2016-04-07 11:27:54 -07:00
Kiran Challa ed7d5eb5e7 Remove the temporary fix where HttpClient was not sending cookies more than a certain length 2016-04-03 07:27:08 -07:00
Kiran Challa 4d9b7edfd8 Revert the temporary fix of HttpClient where cookies were not being sent as part of redirect request 2016-03-31 11:18:50 -07:00
BrennanConroy 9b29eb19ae Enable OpenId Tests 2016-03-30 14:04:13 -07:00
John Luo 514d752959 Enable IISExpress tests 2016-03-24 18:10:25 -07:00
Nate McMaster 6c2f6d245b Add missing prefix on cookie name 2016-03-08 10:06:44 -08:00
Nate McMaster 7a624ba5be Workaround cookie issues in corefx 2016-03-08 09:41:45 -08:00
Nate McMaster 944afdc5ea Clean up E2E tests
- Fix incorrect deployment environment variables
 - Utilize xunit logging utility for cleaner, more traceable output
 - Cleanup database creation/deletion
 - Fix name in R# settings file
2016-03-08 08:50:16 -08:00
Kiran Challa 09590416bd Build and test with dotnet 2016-02-10 14:56:49 -08:00
N. Taylor Mullen d761c6b7ba Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
Kiran Challa 5c2ef70cae Modifying E2E tests to run on coreclr 2015-12-12 23:01:38 -08:00
John Luo e840ba06e2 Reacting to verbose rename 2015-12-08 15:48:10 -08:00
Chris R b3e5e7c178 Fix Google & Twitter, harden the tests. 2015-12-03 16:01:33 -08:00
Chris R 2ce9fcc233 Fix facebook tests. 2015-12-03 11:11:48 -08:00
Kiran Challa d584c09413 Fixed OpenIdConnectBackChannelHttpHandler's path to the configuration file 2015-11-30 13:45:03 -08:00
Chris R 3c1fa00c4d React to Query changes. 2015-11-03 11:37:22 -08:00
Chris R a6a17f296d React to ServerFactory changes. 2015-10-31 07:35:42 -07:00
Pranav K 576023cc0f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:59 -07:00
Pranav K 9070e12766 Reacting to Hosting changes 2015-09-28 21:59:59 -07:00
Brennan b7a5805efb Revert "Fix tests"
This reverts commit b1ff28be73.
2015-09-03 16:42:20 -07:00
Chris R e47a2faa83 React to security changes. 2015-09-03 15:24:47 -07:00
BrennanConroy b1ff28be73 Fix tests 2015-09-03 08:57:55 -07:00
Kiran Challa 0972116697 Removed SignalR related code from the sample and tests. 2015-09-01 10:54:32 -07:00
Kiran Challa 116593f091 Fixed test 2015-05-26 15:22:36 -07:00
Kiran Challa 146cf8e095 Fixed test 2015-05-26 15:18:21 -07:00
Kiran Challa 33cc8b06c9 React to Security change where instead of 401 Unauthorized, 403 Forbidden is going to be returned for authenticated users when trying to access unauthorized resource. 2015-05-26 14:54:55 -07:00
Chris R b7f4058c28 React to Http namespace changes. 2015-05-07 15:31:35 -07:00
Praburaj c384fcc3c2 Deployment helpers moved to hosting repo. 2015-04-17 14:51:58 -07:00
Praburaj 9027ce0982 Fixing the RuntimeInformation enum change
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Chris Ross b4903e22d1 Handle Http.Core rename. 2015-04-16 17:18:34 -07:00
Praburaj 9eca47b388 Changing all validators to async 2015-04-15 23:59:04 -07:00
Praburaj eac23bc1d8 Moving some helpers into validator class 2015-04-15 13:49:57 -07:00
Praburaj 29ef86fad3 Move deployment helpers out of the test project. 2015-04-14 15:46:42 -07:00
Praburaj ba80195851 Tag helpers 2015-04-05 20:35:06 -07:00
Praburaj 1eb38e5708 Adding CORS to the sample 2015-03-26 17:08:28 -07:00
Praburaj b233a7ee25 Re-enabling coreclr based E2E tests 2015-03-24 17:30:29 -07:00
N. Taylor Mullen 58c8e44786 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:38 -07:00
Brennan c230aa23e1 Logging API changes 2015-03-04 21:17:32 -08:00
Ajay Bhargav Baaskaran 38cc9aadb4 React to aspnet/Mvc#2076 changes 2015-03-03 17:12:31 -08:00
Praburaj 0e72888105 Making tests runnable on coreclr 2015-02-22 18:27:03 -08:00
Praburaj 7da407a17a Using statuscode pages in the sample
Adding some automation as well.
2015-02-16 17:22:57 -08:00
Praburaj fc933c83c2 Fixing a test issue 2015-02-16 15:31:56 -08:00
Praburaj 7b45ab2065 Fixing test
Using a non-redirecting handler while sending logout request to shield from external changes.
2015-02-13 16:58:53 -08:00
Praburaj 2c881cf6a6 Adding verification for openIdconnect logout flow
As well removed the logic to wait for the creation of the db file in userprofile folder
as we now have retry logic.
2015-02-06 12:09:11 -08:00