Browsed by
Month: February 2019

Preparing to inject test configuration – Refactoring to use a configuration object.

Preparing to inject test configuration – Refactoring to use a configuration object.

This entry is part 6 of 9 in the series Launching WebDrivers in .NET Core the easy way

After last time I can feel that I am getting close to being able to inject a configuration for my tests. Next I want to be able to use a configuration file to set the particular configuration that I want to use for any particular test run. So how do we go about doing that in .NET Core? The next steps are: Refactor calls with many arguments to take a standard WebDriver configuration object. Allow different ways to collect and…

Read More Read More