{"id":20515274,"url":"https://github.com/bvisagie/extensible-java-api-automation-framework","last_synced_at":"2026-05-29T12:31:48.128Z","repository":{"id":178905373,"uuid":"662546389","full_name":"BVisagie/extensible-java-api-automation-framework","owner":"BVisagie","description":"The purpose of this REST Assured Framework is to serve as a functional demo and / or template to be used on projects and / or assist with training.","archived":false,"fork":false,"pushed_at":"2023-07-19T13:31:25.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-10T22:38:10.920Z","etag":null,"topics":["api-testing","java","rest-api","rest-assured-framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BVisagie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-05T11:14:30.000Z","updated_at":"2023-07-05T11:30:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f07c274-6109-4f8a-a185-ae2660617965","html_url":"https://github.com/BVisagie/extensible-java-api-automation-framework","commit_stats":null,"previous_names":["bvisagie/extensiblejavaapiautomationframework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BVisagie/extensible-java-api-automation-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-api-automation-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-api-automation-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-api-automation-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-api-automation-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BVisagie","download_url":"https://codeload.github.com/BVisagie/extensible-java-api-automation-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-api-automation-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33652979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-testing","java","rest-api","rest-assured-framework"],"created_at":"2024-11-15T21:20:33.486Z","updated_at":"2026-05-29T12:31:48.109Z","avatar_url":"https://github.com/BVisagie.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Automation for Java\n\nThe purpose of this Framework is to serve as a functional demo and / or template to be used on projects and / or assist\nwith training.\n\nThis framework showcases two API integrations for testing:\n\n* [{JSON} Placeholder](https://jsonplaceholder.typicode.com/) Free fake API for testing and prototyping.\n* [Restful-booker](https://restful-booker.herokuapp.com) an API that you can use to learn more about API Testing or try\n  out API testing tools against.\n\n## Description\n\nThe API automation framework for Java project consists of the following primary elements and technologies:\n\n* [RestAssured](http://rest-assured.io/) library to test REST APIs\n* [JUnit 5](https://junit.org/junit5/) to support the test creation\n* [AssertJ](https://assertj.github.io/doc/) fluent assertions for all test cases\n* [Owner](https://github.com/matteobaccan/owner) to manage the property files\n* [Allure Report](https://docs.qameta.io/allure/) as the testing report strategy\n\n[![allure-report-example.jpg](https://i.postimg.cc/C50rR6Qt/allure-report-example.jpg)](https://postimg.cc/xJs37gYy)\n\n## Installation and Usage\n\n### Required software\n\n* Java JDK 20+\n* Maven installed and in your classpath ([Installing Apache Maven](https://maven.apache.org/install.html))\n* Allure command line installed using\n  Scoop ([Installing Allure](https://docs.qameta.io/allure/#_installing_a_commandline))\n\n### Installing\n\n* Running a `mvn clean package` should be enough to get the project built and ready to use.\n* If you wish to skip the running of all tests run: `mvn package -DskipTests`.\n\n### Executing tests\n\n* Right-click a test class file (example:`com/example/restful_booker/tests/AuthenticationTests.java`) and select `Run`\n  or `Debug`\n* Or Run `mvn clean test`\n\n### Generating an Allure report\n\n* Using terminal within your IDE run: `allure serve target/allure-results` _(please take note\n  that **Allure command line** needs to have been installed for report generation to succeed)_\n* If no report is visible after running the command check if the report data is being generated after test execution\n  within `target/allure-results`\n\n### Module Overview\n\n* API Automation Framework\n    * This is the primary component of the automation framework, all actual tests live in this module.\n\n### Authors\n\n* Bernard Visagie\n\n### License\n\nMIT License\n\nCopyright (c) 2023 - Bernard Visagie\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvisagie%2Fextensible-java-api-automation-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvisagie%2Fextensible-java-api-automation-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvisagie%2Fextensible-java-api-automation-framework/lists"}