From daa052ddbf4fa13b04e20b1ae6b2f8a8ea8ec91c Mon Sep 17 00:00:00 2001 From: LeopoldoIII Date: Fri, 28 Jun 2024 19:44:31 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5591324..fb79993 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.