This framework is created in Selenium and C# includes:
- Apply Page Object model design pattern
- Apply PageFactory
- Read environment config and browser driver from json file
- Read test data
- Take screenshot after test if test-case failed
- Add Log
- Test report with Allure
- CI/CD with Jenkins
Build the project
dotnet build SeleniumFramework.csproj Run the tests
dotnet test