Skip to content

buonan/SeleniumTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumTests

A simple collection of UI tests using Selenium WebDriver and NUnit in C#. This project serves as a starting point for writing and running automated browser tests.

Features

  • Browser automation using Selenium WebDriver
  • Test framework powered by NUnit
  • Easily customizable for different test cases and web applications

Requirements

Getting Started

  1. Clone the repository:
git clone https://github.com/buonan/SeleniumTests.git
cd SeleniumTests
  1. Restore dependencies and build the project:
dotnet restore
dotnet build
  1. Run the tests:
dotnet test

Make sure ChromeDriver is compatible with your Chrome browser version.

Project Structure

  • Tests/: Contains test files using Selenium and NUnit
  • SeleniumTests.csproj: Project configuration and dependencies

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages