Skip to content

Version 3.0.6

Compare
Choose a tag to compare
@raczeja raczeja released this 26 Jul 06:30
· 1476 commits to master since this release

Added support to enable\disable EventFiringWebDriver from App.config, Fixes #34 , nlog trace level must be set to trace to see additional logs, more details here https://github.com/ObjectivityLtd/Test.Automation/wiki/Logging

Update LocatorExtensions.cs documentation

Added support for adding multiple WebDriver capabilities, support for SauceLab and Browserstack, Fixes #37 , more details here https://github.com/ObjectivityLtd/Test.Automation/wiki/Selenium-Grid-support

Added the ability to add the screenshots to the test results of MsTest

Fix for error when driver fails to initialise in Specflow

Added a hook to allow more control over custom capabilities, Fixes #43 , more details here https://github.com/ObjectivityLtd/Test.Automation/wiki/Advanced-Browser-Capabilities

Updated TechTalk.SpecFlow to Version=2.2.0.0

Removing unnecesarrily duplicated line. (WebDriverExtensions.cs)

Please notice that if you are not overwriting App.config file during update of Test Framework nuget package you will have to implement all changes to App.config manually.

@gregpakes thanks for your contribution.