This repository contains two utilities which checks the trx file after a test run to verify:
- That the tests have indeed run, otherwise there is no trx file
- That the number of tests are higher than a given limit
- And checks a log file, that there are no background exceptions tracked in the trx file, which may cause a test to go green (because it only react on foreground thread) while there are background thread exceptions.
The package is uploaded to Nuget.
Upcoming instructions for use
Upcoming instructions for use