UI Automation testing framework in .NET 6
Move the global config variables to the appSettings.json
file, they do not depend on the build. They overwrite the default values on
Parameter | Description |
---|---|
BrowserType |
It could be chrome (default), chrome_headless, ie, firefox or edge |
Reporter |
It enable (true) / disable (false as default) the report generator. |
Environment |
It could be dev, test or preprod (default) |
LogLevel |
It could be Verbose/Debug/Information/Warning/Error/Fatal |
It could be executed from a command line using dotnet runtime library:
dotnet test "<bin folder>\AutomationFW.Test.dll" --filter TestCategory=<tag, e.g.:smoke>
- @fbenitezrtw - Fernando Benitez