This project is the given solution for the Technicall Interview Challenge, check the file Challenge.pdf for more information.
- Dotnet Core 6.0
- Allure CLI 2
- Specflow 3
- Nunit 3
- Allure.Specflow Plugin
To run the tests, you need to have the dotnet core 6.0 installed on your machine, then you can run the following command:
dotnet test "SpecFlowRun.sln"
for the execution of a specific feature, you can use the following command:
dotnet test "SpecFlowRun.sln" --filter TestCategory=TagName
To generate the report, you need to have the allure command line installed on your machine, then you can run the following command:
allure serve bin/Debug/net6.0/allure-results
- Browser: The browser to use for the tests
Chrome
Firefox
- BrowserMode: The mode of the browser
Normal
Headless