Skip to content

Minimalist .NET framework for running Selenium WebDriver tests.

Notifications You must be signed in to change notification settings

petrjancar/SeleniumFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Framework

Minimalist .NET framework for running Selenium WebDriver tests using NUnit + example.

Features:

  • Page Object Pattern
  • Automatic driver management (via WebDriverManager Selenium Manager)
  • Cross-browser support
  • Parallel test execution
  • Screenshot on a test failure
  • Configuration using a .runsettings file
  • Suitable for a CI/CD (e.g. with Jenkins)
  • Debugging support class that allows to highlight a web element or show a notification
  • Easily extendable

NuGet dependencies:

About

Minimalist .NET framework for running Selenium WebDriver tests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages