AutoTests.Framework is plugin\extension for specflow.
Framework features:
- Automatic model transformations
- Model comparator
- PreProcessor
- Selenium WebDriver integration framework
- Test data managment
- .NET Framework 4.6
- Visual Studio 2017 (older version not tested, but maybe?)
- Specflow plugin for Visual Studio (for *.feature files highlighting)
- https://www.nuget.org/packages/AutoTests.Framework.Core
- https://www.nuget.org/packages/AutoTests.Framework.Models
- https://www.nuget.org/packages/AutoTests.Framework.PreProcessor
- https://www.nuget.org/packages/AutoTests.Framework.Web
- https://www.nuget.org/packages/AutoTests.Framework.TestData
- Create and configure basic specflow project
- Add nuget packages
- Create application class (see example)
- Regsiter and configure application class in [Before Scenario] method (you can clone and see example)
...
Profit