-
Improvement
-
Resolution: Fixed
-
Major
-
None
I would like to be able to configure MSTEST plugin logging verbosity. This will significantly reduce log output when there are a lot of `.trx` files. I would be more than happy to contribute if possible!
Example:
mstest( testResultsFile: "${SOLUTION_DIR}/TestResults/*/.trx", failOnError: true, keepLongStdio: true, logLevel: "ERROR" )