I'm using MSTest which is the default unit testing platform in visual studio and I have this test here:
[TestMethod]
[ExpectedException(typeof(InvalidOperationException))]
public void Board_nao_destroi_unidades_flutuantes()
{...
Good afternoon guys,
I'm working with test automation using mstest and adding the argument to save log .
The problem is that it saves with the .trx extension. Would anyone have any option to implement the code to read?