Arnon Axelrod

Results 10 issues of Arnon Axelrod

I'm trying to add links from one line to another line inside the report, using IMarkup. In the line that contains the link I render `my link text`, and in...

Often operations are composed from more low-level operations in a nested way (as higher level methods call lower level ones, etc.). If we log all the details of the low-level...

## Description When using Resharper, in some cases it gives warning about usages of MSTest. These warnings can be disabled in the client's code, but there are cases where the...

Today, when I create a node it always appears at the bottom of the log. I would like it to appear inline with the other log entries, according to it's...

enhancement

Note: this works fine on Chrome, but fails on Firefox. Repro: ``` using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Firefox; using TestAutomationEssentials.Common.ExecutionContext; using TestAutomationEssentials.MSTest; using TestAutomationEssentials.Selenium;...

Currently entries that are written to the log from within OnTestFailure are written between the "Initializing Test Completed Succesfully" separator and the "Cleanup Test" separator, which makes it look like...

When calling AddCleanupAction from a constructor or from constructors of object that are called from field initializers, the cleanup action does not get called. A new scope should be created...

Even though you can change the logging technology using Logger.Initialize, the Logger class does the formatting. In addition, currently there's no support for categories and severity, which will be also...

enhancement

Writing a comment on your excellent blog posts is very combersome. It starts with finding the relevant article in GitHub (after I was already at the blog post itself), goes...

help wanted