Is there a possibility to add a custom file (e.g. custom Selenium report for all tests) into the body of Run summary itself (Runs -> Run Summary -> Attachments).
Tests are executed using the vNext "Run Functional Tests" task, the unit framework used in tests is a TestTools.UnitTesting
.
I know that there is a TestContext.AddTestResult
but it attaches file to a specific test, while I want to use some sort of a summary file for the whole run.