Closed
Description
We are using Coverlet to find the code coverage of our application. The UI automation tests are executed via an external tool called Rapise. After execution from TeamCity, the coverage is displaying as zero.
https://www.inflectra.com/Rapise/
Rapise is a tool used to automate Desktop/Windows applications.
SesVSUnit.dll is used to integrate the Rapise test suite with Visual Studio and from Visual Studio the test suites are triggered using Rapise.TestExecute() command.
Xunit is the test caller project.
Please note - we are able to get the coverage of unit tests and integration tests.