John Luo
ec9d212dc3
Reacting to Hosting deployer change
2016-03-04 12:22:07 -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
Kiran Challa
916bca69fc
Fix tests
2015-10-13 10:27:58 -07:00
Pranav K
576023cc0f
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:59 -07:00
Kiran Challa
8d6bacb44d
Made the log level to be warning instead of information
2015-09-24 05:25:13 -07:00
Chris R
152c842416
Disable IISExpress tests.
2015-09-21 12:44:22 -07:00
Troy Dai
223724c13e
React to OperationSystems option change
2015-04-24 13:32:46 -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
Praburaj
9eca47b388
Changing all validators to async
2015-04-15 23:59:04 -07:00
Praburaj
bea42ef0ca
Making tests async
2015-04-15 23:21:44 -07:00
Praburaj
9c8fa0f3f9
Return HttpResponseMessage from RetryHelper
2015-04-15 23:15:12 -07:00
Praburaj
0823c5802c
Cleanup.
2015-04-15 21:51:46 -07:00
Praburaj
cae0d494a9
Moving some logging into the helpers
2015-04-15 21:37:15 -07:00
Praburaj
edec7e9cce
Changing the retry interval to 1 second with retry count = 60
...
Also exposing a host shutdown token to prevent retries after the process died.
2015-04-15 16:59:48 -07:00
Praburaj
29ef86fad3
Move deployment helpers out of the test project.
2015-04-14 15:46:42 -07:00
Praburaj
14889fe6eb
Adding a trait for tests and some general refactoring
2015-03-26 17:08:38 -07:00
Praburaj
b233a7ee25
Re-enabling coreclr based E2E tests
2015-03-24 17:30:29 -07:00
Praburaj
39fc5ebdc4
Making the tests robust
...
And some general cleanup
2015-03-11 14:48:34 -07:00
Brennan
c230aa23e1
Logging API changes
2015-03-04 21:17:32 -08:00
Praburaj
7b8ace5489
Re-enable the Ntlm authentication tests
...
User.IsSignedIn() does not return true for NTLM. So pulling the NTLM check out of the code block.
2015-03-03 16:49:00 -08:00
Hao Kung
14b99ebab1
Skip failing OpenId/NTLM tests to unblock build
...
https://github.com/aspnet/MusicStore/issues/412 to track
2015-03-02 18:39:20 -08:00
Praburaj
0e72888105
Making tests runnable on coreclr
2015-02-22 18:27:03 -08:00
Troy Dai
daaeca8681
Skip a few CoreCLR tests temporarily
2015-02-13 00:27:07 -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
Praburaj
d78932d927
Using structure logging strings.
2015-02-04 17:29:04 -08:00
Wei Wang
3bf675f343
React to runtime renaming revert
2015-01-29 00:01:52 -08:00
Praburaj
71c171c052
Renaming KRE -> Dotnet
2015-01-20 06:38:06 -08:00
Praburaj
cc38726ec8
LoggerExtensions can take in param objects[] instead of param string[]
2015-01-13 14:06:09 -08:00
Praburaj
2df24fd02a
Creating a helper to retry a piece of code.
2015-01-13 11:32:34 -08:00
Praburaj
fdfe88f8e0
Using Console logger to print logs instead of using Console.WriteLine
2015-01-09 16:44:08 -08:00
Praburaj
ce178243fc
Fixing a test regression
...
Deleted a boolean flag passed to ignore login/register links in the home page.
2015-01-09 13:54:30 -08:00
Praburaj
56d6dfeb1b
Adding a retry logic for NtlmAuth test
...
The other two tests already have this.
2015-01-09 13:39:30 -08:00
Praburaj
68102b8786
Enabling IIS variation of the test
...
Also organizing some test code.
2014-12-18 20:01:47 -08:00
Praburaj
9c442e97ff
Using the latest xunit skip condition attributes to skip tests
...
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00
Praburaj
0c59794996
A few changes
...
1. Adding helpers to install an app on IIS and run on top of native module
2. Enabled CoreCLR + Ntlm tests.
2014-12-12 16:07:49 -08:00
Hao Kung
0edfde8e20
Revert "Disable tests for now"
...
This reverts commit 0d7c28413f .
2014-11-21 10:52:16 -08:00
Hao Kung
0d7c28413f
Disable tests for now
...
Filed https://github.com/aspnet/MusicStore/issues/292
2014-11-20 18:38:39 -08:00
Praburaj
0288c790b0
Cleanup
...
1. Moving framework assembly references to frameworkassemblies node.
Moving the framework references Removing the RunOnMono flag on Ntlm tests as it never runs on mono
2. Deleted a space from the batch file
3. Adding some pack-exclude items
4. Some general test cleanup.
2014-10-02 12:38:54 -07:00
Praburaj
6d9bc21e83
Disabled tests by mistake
...
Enabling them back.
2014-09-25 11:58:11 -07:00
Praburaj
42e23bd261
Enabling the E2E automation for social logins.
2014-09-25 11:48:58 -07:00
Praburaj
7c917a760a
Enabling the Ntlm+WebListener combination back as the issue is fixed.
...
bbb2a29a99 fixes the issue.
2014-09-15 12:22:54 -07:00
Praburaj
db78efda4f
Disabling Ntlm+WebListener test combination
...
For some reason the KRE_ENV value being set is not honored. Disabling the test alone to unblock build.
2014-09-14 21:45:06 -07:00
Praburaj
e63d4f95d2
Adding an Ntlm variation of the test
...
Modified the helpers to take in an application host config file to accomodate future needs.
2014-09-11 11:10:25 -07:00