opentelemetry-dotnet/test/TestApp.AspNetCore.3.1
Cijo Thomas 2fe5100594
Adds HostingProject extension method to support new Activity based api. (#723)
* Adds HostingProject extension method to support new Activity based api.

* pr comment

* some test refactoring for better cleanup to ensure tests dnt interfere with each other
2020-06-12 10:10:26 -07:00
..
Controllers Organize StyleCop Settings and enable StyleCop on Tests (#715) 2020-06-10 12:12:13 -07:00
Properties Organize StyleCop Settings and enable StyleCop on Tests (#715) 2020-06-10 12:12:13 -07:00
CallbackMiddleware.cs Organize StyleCop Settings and enable StyleCop on Tests (#715) 2020-06-10 12:12:13 -07:00
Program.cs Remove year from Copyright header (#671) 2020-05-07 11:53:43 -07:00
README.md .net core 3.0 in maintenance mode and end of support will be in march 2020 (#424) 2020-01-08 09:07:42 -08:00
Startup.cs Adds HostingProject extension method to support new Activity based api. (#723) 2020-06-12 10:10:26 -07:00
TestApp.AspNetCore.3.1.csproj Rename Adapter to Instrumentation per latest spec (#681) 2020-05-19 21:55:24 +01:00
appsettings.Development.json .net core 3.0 in maintenance mode and end of support will be in march 2020 (#424) 2020-01-08 09:07:42 -08:00
appsettings.json .net core 3.0 in maintenance mode and end of support will be in march 2020 (#424) 2020-01-08 09:07:42 -08:00

README.md

This test app is used for ASP.NET Core integration testing by unit tests. You could also manually run W3C test suite.

Run W3C test suite

The detailed instruction for the test tool available here.

  • Follow it to install prerequisites and get the test code
  • Start this test app with Visual Studio (or dotnet run)
  • Run test per instruction using http://localhost:63741/api/forward endpoint