Results 6 comments of Karan Jit Singh

@mmanela Apparently launching chrome with root permissions is not supported without --no-sandbox mode. This stands true for windows as well as linux. I was able to reproduce the issue in...

@NetanelMosheCohen, sorry for the delayed response, could you post full logs for this along with the generated trx file?

@NetanelMosheCohen Two things here- - .Testsettings does not work with MSTestV2. Try running parallelism with a runsettings file. https://github.com/Microsoft/testfx-docs/blob/master/RFCs/004-In-Assembly-Parallel-Execution.md - Is it possible the test throws before your `AddAttachments` code...

@NetanelMosheCohen ``` TestContext Messages: Value cannot be null. Parameter name: path ``` Can you check who's printing this? Maybe your tests are catching an exception but not printing out the...

Hi @julealgon, currently the `DynamicData` attribute is the only way to achieve this. This is a completely valid ask hence marking this issue as `up-for-grabs` and `enhancement`. You can raise...