Skip to content

hoangqt/api-e2e-java

 
 

Repository files navigation

Summary

A simple Gradle project for testing a subset of the GitHub API using REST requests. It is implemented in Java with Rest-assured library. The test results will be in Allure format.

Local setup

  • Add github-pat=<your-github-pat> to src/test/resources/test.properties
  • Run ./gradlew test to execute the tests
  • Run ./gradlew allureReport to generate Allure report

View Allure report

  • Run allure serve app/build/allure-results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages