Some tests written in C# using SpecFlow. Tests are written using ChromeDriver for Chrome browser.
Steps to run tests:
- Add new extension to VisualStudio called SpecFlow through Extensions and Updates
- Download repository and build it.
- To your PATH variable add path to chromedriver.exe (file is located in
GoogleSearch\bin\Debug\netcoreapp2.1
directory) - Restart VisualStudio, open and build project again.
After this steps You should have possibility to run tests in this solution.