{"id":28533760,"url":"https://github.com/epam/gepard","last_synced_at":"2025-09-12T20:43:34.573Z","repository":{"id":26158244,"uuid":"29603580","full_name":"epam/Gepard","owner":"epam","description":"Test Automation Framework","archived":false,"fork":false,"pushed_at":"2022-06-14T09:37:29.000Z","size":644,"stargazers_count":22,"open_issues_count":6,"forks_count":42,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-06-09T17:09:12.263Z","etag":null,"topics":["framework","java","junit","test-automation"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-21T18:05:47.000Z","updated_at":"2025-02-10T22:46:04.000Z","dependencies_parsed_at":"2022-07-27T07:02:07.160Z","dependency_job_id":null,"html_url":"https://github.com/epam/Gepard","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/epam/Gepard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2FGepard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2FGepard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2FGepard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2FGepard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epam","download_url":"https://codeload.github.com/epam/Gepard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2FGepard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264142496,"owners_count":23563505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["framework","java","junit","test-automation"],"created_at":"2025-06-09T17:08:34.946Z","updated_at":"2025-07-07T20:30:34.132Z","avatar_url":"https://github.com/epam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gepard\n===========\nGepard is a JUnit based test automation framework for Test Automation Engineers and for Software Engineers in Test, those can focus on writing the test cases instead of focusing on how to do data driven things, how to deal with parallel test executions, how to deal with end-user readable test reports etc. \n \nWhat Gepard stands for:\n\n- **Core module** of a Java/JUnit based test automation framework ( **gepard-core** ). Provides common approach for test automation engineers to use same framework from low level (class level) unit tests through service level tests up to and including UI/Functional tests.\nIt provides common and reliable multi-threaded, multi-dimensional data driven test execution and reporting mechanism to build automated tests on it. Test Automation Experts can focus on test implementation, meanwhile all other work (data driven execution, proper scheduling and reporting) is done by this core module of the framework. \nEasily expandable (like for Selenium, Android native application test).\n\n* Further modules:\n    * **gepard-gherkin-jbehave**: Example extension for using JBehave\n    * **gepard-gherkin-cucumber**: Example extension for using Cucumber\n    * **gepard-selenium**: Example extension for using Selenium\n    * **gepard-rest**: Example extension for using Gepard to test Rest services, and provides connection to Jira\n    * **gepard-examples**: Lot's of examples\n    * **gepard-project-template**: start your test project here\n\n# Quick intro for end users\n#### Requirements\n* Java JDK 8.\n* Get _gepard-project-template_ zip from Github release page, and read [Gepard Users' Guide](https://github.com/epam/Gepard/wiki/Gepard-Users'-Guide) wiki page as starting point.\n* To share your experience and ask questions, pls contact to the maintainers, or submit an issue.\n* Get _gepard-examples_ module from Git, and see example tests and tips there.\n\n#### Running\n`gradlew run`\nThis will execute lots of example tests from gepard-examples module.\n\n# Quick intro for developers/contributors\n\n#### Requirements\n* Java JDK 8.\n\n#### Advised working environment\n* Eclipse / IntelliJ\n* Gradle, Checkstyle, Git Integration for the IDE\n\n#### Building with Gradle\nThe project can be built by executing the following command from project root folder:\n\n`gradlew clean build`\n\nActual build status: [![Build Status](https://travis-ci.org/epam/Gepard.svg?branch=master)](https://travis-ci.org/epam/Gepard)\n\n## Detailed information\n* Check the Wiki and Issues on GitHub\n* Check further documentation at http://epam.github.io/Gepard/\n\n# License - GPL-v3.0\nCopyright 2013-2015 EPAM Systems\n\nGepard is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nGepard is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Gepard. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n## Contribution\n\nThere are three ways you can help us:\n\n* **Raise an [issue](https://github.com/epam/Gepard/issues).** You found something that does not work as expected? Let us know about it.\n* **Suggest a [feature](https://groups.google.com/forum/#!forum/gepard-users).** It's even better if you come up with a new feature and write us about it.\n* **Write some code.** We would love to see pull requests to this tool, just make sure you have the latest sources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fgepard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepam%2Fgepard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fgepard/lists"}