
Mortimer, Andrew EXT
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Comments
Recent activity by Mortimer, Andrew EXT-
I believe its this limitation we would like to see removed. We are allowed to specify a Project Name, so that should be enough to allow a different entry to be made. Most teams will have Test Autom...
-
Yes this is with MSTest , code below adds the attachment to the test result in azure devops. Regardless of how the attachment is added (specFlowOutputHelper.AddAttachment(path); also adds it to the...
-
When we upload screenshots using the specflow scenariocontext context.AddResultFile(path); inside our runs which are driven through azure devops pipelines, the screenshots are already uploaded and ...
-
I have livingdoc being created in azure devops, and I have a visual studio project full of tests. Of course I want to run these tests using many different azure devops pipeline. Some run against di...