Running tests
Running tests with MSTest, NUnit, or XUnit
Wrapper to the test command
dotnet ./sl-dotnet-agent/SL.DotNet.dll run --tags mytag --instrumentationMode tests --labId <lab Id> --testStage "Functional Tests" --target "c:\tools\testrunner.exe" --workingDir $(pwd) --targetArgs "MyTest.dll --flag1 true --flag2 false"dotnet ./sl-dotnet-agent/SL.DotNet.dll run --tags mytag --instrumentationMode tests --buildSessionIdFile buildSessionId.txt --testStage "Functional Tests" --target "c:\tools\testrunner.exe" --workingDir $(pwd) --targetArgs "MyTest.dll --flag1 true --flag2 false"PIC Integration
Legacy approach
Starting a test stage
Running your tests
Ending the test stage
Sample scripts
NUnit Tests integration via PIC
NUnit Tests integration with command wrapper
PreviousCloud Foundry IntegrationNextMultiprofiling: Running SeaLights side-by-side with other profilers
Last updated
Was this helpful?

