Skip to content

This is a UI automation framework, built with C#, SpecFlow, NUnit and other tools.

Notifications You must be signed in to change notification settings

fbenitezrtw/csharp-selenium-ui-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Framework - C# | SpecFlow | Reports | Logs

UI Automation testing framework in .NET 6

Built With

appSettings

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

Command line execution

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>

Author

About

This is a UI automation framework, built with C#, SpecFlow, NUnit and other tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages