https://github.com/dandymaulana19/try_restassured
API automation testing using TestNG RestAssured
https://github.com/dandymaulana19/try_restassured
api api-testing automation automation-testing cucumber gherkin-language testing testng
Last synced: about 1 year ago
JSON representation
API automation testing using TestNG RestAssured
- Host: GitHub
- URL: https://github.com/dandymaulana19/try_restassured
- Owner: DandyMaulana19
- Created: 2024-11-18T13:38:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:34:13.000Z (over 1 year ago)
- Last Synced: 2025-02-26T18:26:07.022Z (over 1 year ago)
- Topics: api, api-testing, automation, automation-testing, cucumber, gherkin-language, testing, testng
- Language: HTML
- Homepage:
- Size: 545 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestAssured
This repository, try_restAssured, is focused on API automation testing using TestNG and RestAssured. The primary goal is to demonstrate how to set up and run automated tests for RESTful APIs.
## Setup and Installation
#### 1. Clone the repository:
```bash
git clone https://github.com/DandyMaulana19/try_restAssured.git
cd try_restAssured
```
#### 2. Install Dependencies:
Ensure you have Maven installed. Then, run:
```bash
mvn install
```
#
## Usage
#### 1. Running Test :
The tests are configured to run with TestNG. You can run the tests using the following Maven command:
```bash
mvn test
```
#### 2. Configuration:
Tests are configured in the `testng.xml` file located at the root of the repository. This file includes information about the test suite and classes to be executed.
For more details, visit the repository and explore the code files.