Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 598 Bytes

README_EN.md

File metadata and controls

34 lines (23 loc) · 598 Bytes

RestAssured-maven-demo

a RestAssured demo project with maven tool

Test Framework: TestNG Test report: allure

English | 中文

Environment preparation

  • JDK 1.8+, I'm using JDK 19.
  • Maven 3.0+, I'm using Maven 3.9.5.
  • RestAssured 4.3.3+, I'm using the latest version 5.3.2

Tech stack

  • RestAssured
  • TestNG
  • Maven
  • allure
  • Github action

How to run

mvn test

Add API Test case

  • Just add new test cases in the src/test/java directory

More info.