Skip to content

AnjiB/SimpleApiTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleApiTest

Tech Stack

  • Programming Language: Java 17
  • Build Tool : Maven
  • Logging: Logback via Slf4j
  • Test framework: Junit5
  • Lombok
  • Awaitility (to handle sync issues)
  • Jackson (For marshalling and unmarshalling)
  • RestAssured
  • OkHttp

How to run test in local

  • Clone the project
  • Run mvn clean install
  • In addition we can pass two environment variables
    1. -Daut.env : To read configuration from properties file, defaults to Staging environment
    2. -Dapi.wait.time : Api wait time, defaults to 30 seconds

Api Environment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages