Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeopoldoIII authored Jun 29, 2024
1 parent 6c5dbbf commit daa052d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Selenium Testing Framework
# Selenium/RESTAssured Testing Framework

## Overview

This project is a Selenium-based automated testing framework written in Java. It follows the Page Object Model (POM) and Behavior Driven Development (BDD) principles to provide a structured and maintainable way to write and execute tests. The framework uses WebDriverManager to manage browser drivers and supports running tests in headless mode for continuous integration environments.
This project is a Selenium-based & RESTAssured automated testing framework written in Java. It follows the Page Object Model (POM) and Behavior Driven Development (BDD) principles to provide a structured and maintainable way to write and execute tests. The framework uses WebDriverManager to manage browser drivers and supports running tests in headless mode for continuous integration environments.


## Setup
Expand All @@ -26,6 +26,10 @@ This project is a Selenium-based automated testing framework written in Java. It
mvn clean test -Dtest=UiTestRunner
```

```bash
mvn clean test -Dtest=ApiTestRunner
```

### Configuration

Edit the `src/main/resources/config.json` file to set up the configuration parameters, such as the URL, username, password, and whether to run in headless mode.
Expand Down

0 comments on commit daa052d

Please sign in to comment.