Skip to content

MB1lal/DotNetTestingFramework

Repository files navigation

DotNet Testing Framework

NUnit Tests and Deploy Allure Reports

pages-build-deployment

Build Status

This project is a unit testing framework that uses NUnit, RestSharp and Selenium to verify the functionality of various APIs and web browser interactions.

Table of Contents

Introduction

This is a testing project which uses NUnit for testing both UI and API tests.

Prerequisites

Setup

Nuget restore the packages for setting the project up.

1. Clone the Repository

```git clone https://github.com/mb1lal/DotNetTestingFramework.git```

2. Set Up Dependencies

Navigate to the project root and run:

```dotnet restore```

3. Configuration

ToDo

Running Tests

```dotnet test```

1. Selenium Tests

```dotnet test --filter Category=Selenium```

2. API Tests

```dotnet test --filter Category=API```

Test Reports

Test reports are generated using Allure and published to GitHub pages.

URL: https://mb1lal.github.io/DotNetTestingFramework/

About

A testing framework built in dot net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages