TestEssentials icon indicating copy to clipboard operation
TestEssentials copied to clipboard

Utilities that are useful for unit tests and Coded UI tests and more...

Results 8 TestEssentials issues
Sort by recently updated
recently updated
newest added

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;...

Appears to have a dependency of version 12: Microsoft.VisualStudio.TestTools.UITest.Extension Any plans to support VS 2017?

TestBase.UI.OnTestCleanup calls a private method TakeScreenshot which is useful as a general purpose public method.

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...

I've downloaded the projects and I already have a basic codedui project using a UIMap that launches the windows calculator. I can't seem to figure out how to begin to...

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