Commit Graph

12 Commits

Author SHA1 Message Date
Mike Harder 9290f3fd52 Set HTTP request timeout to infinite
- Prevent failures due to slow requests when running many tests in parallel
2018-08-15 13:18:48 -07:00
Mike Harder 51e6492b44
Update for SDK 2.2.100-preview1 (#15) 2018-08-14 18:46:51 -07:00
Mike Harder daebec95f3 Add SdkVersion to Template.ToString()
- Documents which SdkVersion was tested
2018-06-20 12:51:22 -07:00
Mike Harder 43be2bff95
Update tests for SDK 2.1.301 (#10)
- Offline restore is broken in SDK 2.1.301
- "dotnet build" cannot use "--no-restore" if the app is self-contained and the SDK contains a patched runtime
2018-06-19 13:52:56 -07:00
Mike Harder af886b156b Remove http request retries
- First request should always succeed, since the server has already reported it is ready via console output
2018-05-14 12:33:38 -07:00
Mike Harder 0fa02f424f
Make all tests pass on Linux (#8)
- Select filename to execute based on RuntimeIdentifier
- Include server log in error message if Run or Exec http requests fail
- Angular: Normalize hash in main.[HASH].bundle.js
- React: Disable parallelism to avoid exceeding default fs.inotify.max_user_watches limit
2018-05-11 11:02:04 -07:00
Mike Harder af8152f80e
Test self-contained applications 2018-05-09 10:52:23 -07:00
Mike Harder 394adba776 Replace NuGetConfig with NuGetPackageSource 2018-05-02 15:33:50 -07:00
Mike Harder 52f483bf44
Refactor tests to use idempotent templates
- Benefit is fine-grained tests without perf hit of duplicate work
2018-05-02 13:02:16 -07:00
Mike Harder 9cf79dcc1a
Publish and verify files 2018-05-01 00:06:32 -07:00
Mike Harder 8fe927d40d
Run app and verify response 2018-04-30 12:17:36 -07:00
Mike Harder 6fec0dc8e9 WIP: Convert templates from enum to class 2018-04-26 18:32:27 -07:00