Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Lightweight C# Selenium & NUnit Framework

This framework leverages C#, Selenium, NUnit, POM, Allure reporting, and automatic screenshot capture for efficient and comprehensive testing.
This framework leverages C#, Selenium, NUnit, POM, Allure Report, and automatic screenshot capture for efficient and comprehensive testing.

## Prerequisites

Expand Down Expand Up @@ -35,7 +35,7 @@ You can run the tests with the following command:

4. Generating Allure Report

To generate an Allure report, run the following steps:
To generate an Allure Report, run the following steps:

Run the tests with the following command to specify the logger for Allure:
```bash
Expand All @@ -49,21 +49,6 @@ To serve the report locally:
```bash
allure serve allure-results
```
This will start a local server and open the Allure report in your browser.
This will start a local server and open the Allure Report in your browser.

5. Screenshots for failing tests will be saved in a 'screenshots' folder at the project root directory

## Roadmap

- Increase POM coverage

- Improved Folder Structure

- Increase Modular Setup (reduce duplciated code)

- Logging

- Test Data Management

- Cross Browser Support

Loading