Setup SpecFlow Project.
- Open Visual Studio Editor
- Select "Continue without code"
- Install Specflow from Extention section
- Restart the Visual Studio
- File -> New -> Project
- Search "Specflow" in search bar and select the Specflow template
- Add project name and location
- Select test framework
- Then create the project
Add selenium to the project
- Right click on Dependencies -> Select Nuget Packages
- Search Selenium -> Selenium.WebDriver install
Install and view LivingDoc in to the project
1.Go to the project folder -> bin -> Debug -> net6.0
2.hit dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI in the terminal
3.After running the Test hit livingdoc test-assembly OrangeBDD.dll -t TestExecution.json in the termminal