Everything is transitory-the knower and the known. -- Marcus Aurelius
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.
- Add
github-pat=<your-github-pat>tosrc/test/resources/test.properties - Run
./gradlew testto execute the tests - Run
./gradlew allureReportto generate Allure report - Run
allure serve app/build/allure-resultsto view Allure report
