Running tests
Capture test execution and coverage from MSTest, NUnit, and xUnit with the SeaLights .NET Agent.
Running tests with MSTest, NUnit, or xUnit
Wrapper to the test command
.\sl-dotnet-agent\SL.DotNet.exe run --tags "mytag" --instrumentationMode tests --labId "<lab-id>" --testStage "Functional Tests" --target "C:\tools\testrunner.exe" --workingDir (Get-Location) --targetArgs "MyTest.dll --flag1 true --flag2 false"./sl-dotnet-agent/SL.DotNet run --tags "mytag" --instrumentationMode tests --labId "<lab-id>" --testStage "Functional Tests" --target "/usr/local/bin/testrunner" --workingDir "$(pwd)" --targetArgs "MyTest.dll --flag1 true --flag2 false"CI examples
PIC integration
PreviousCloud Foundry IntegrationNextMultiprofiling: Running SeaLights side-by-side with other profilers
Last updated
Was this helpful?

