Getting started with SpecFlow and Selenium
Automated testing with SpecFlow and Selenium can be a great time saver. Here are the Nuget packages you need to get started. Begin with an empty c# class library.
Next install the following NuGet packages:
- xunit
- xunit.runners
- Selenium.WebDriver
- Selenium.Firefox.WebDriver
- Selenium.WebDriver.Chrome
- Selenium.InternetExplorer.WebDriver
- SpecFlow
- SpecFlow.xUnit
With these installed you can start your automated testing.