{"id":14978767,"url":"https://github.com/zebrunner/carina","last_synced_at":"2026-01-11T17:39:05.827Z","repository":{"id":11493513,"uuid":"13968244","full_name":"zebrunner/carina","owner":"zebrunner","description":"Carina automation framework (TestNG): Web, Mobile, API, DB etc testing...","archived":false,"fork":false,"pushed_at":"2024-10-25T07:50:11.000Z","size":57891,"stargazers_count":954,"open_issues_count":18,"forks_count":221,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-01T05:39:30.388Z","etag":null,"topics":["android-test","appium","appium-java","carina-framework","framework","ios-test","java","mybatis","parallel-tests","selenium","test","test-automation","test-automation-framework","testing","testing-tools","testng","testng-dataprovider","testng-framework","testng-listener","web-test"],"latest_commit_sha":null,"homepage":"https://zebrunner.github.io/carina","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zebrunner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2013-10-29T20:46:25.000Z","updated_at":"2025-04-29T14:14:47.000Z","dependencies_parsed_at":"2024-01-22T17:45:44.999Z","dependency_job_id":"94ef5931-93dc-46ef-a06a-42d491776e12","html_url":"https://github.com/zebrunner/carina","commit_stats":{"total_commits":6606,"total_committers":105,"mean_commits":62.91428571428571,"dds":"0.42340296699969726","last_synced_commit":"93bc56bcf3d1eb1b1b7c2fa6c545f12999163812"},"previous_names":["qaprosoft/carina"],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrunner%2Fcarina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrunner%2Fcarina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrunner%2Fcarina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrunner%2Fcarina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebrunner","download_url":"https://codeload.github.com/zebrunner/carina/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076849,"owners_count":22010611,"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":["android-test","appium","appium-java","carina-framework","framework","ios-test","java","mybatis","parallel-tests","selenium","test","test-automation","test-automation-framework","testing","testing-tools","testng","testng-dataprovider","testng-framework","testng-listener","web-test"],"created_at":"2024-09-24T13:58:20.880Z","updated_at":"2026-01-11T17:39:05.795Z","avatar_url":"https://github.com/zebrunner.png","language":"Java","funding_links":["https://www.paypal.com/donate/?hosted_button_id=MNHYYCYHAKUVA"],"categories":["测试"],"sub_categories":[],"readme":"![Alt text](https://github.com/zebrunner/carina/raw/master/docs/img/carina.png \"Carina Logo\")\n\nCarina is a Java-based test automation framework that unites all testing layers: Mobile applications (web, native, hybrid), WEB applications, Windows applications, REST services, Databases.\n\nFeel free to support the development with a [**donation**](https://www.paypal.com/donate/?hosted_button_id=MNHYYCYHAKUVA) for the next improvements.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://zebrunner.com/\"\u003e\u003cimg alt=\"Zebrunner\" src=\"https://github.com/zebrunner/zebrunner/raw/master/docs/img/zebrunner_intro.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cB\u003e[TRY DEMO PROJECT NOW](https://github.com/zebrunner/carina-demo)\u003c/B\u003e\n\n* Carina framework is built on top of most popular open-source solutions like Selenium, Appium, TestNG allowing to reduce dependence on specific technology stack.\n\n* Carina supports all popular browsers (IE, Safari, Chrome, Firefox) and mobile devices (iOS/Android). Special feature for mobile domain: it reuses test automation code between IOS/Android up to 70-80%.\n\n* As far as our framework is built in Java, it is cross-platform. Tests may be easily executed both on Unix or Windows OS. All you need is JDK 11 installed.\n\n* Framework supports different types of databases - both relational and nonrelational (MySQL, SQL Server, Oracle, PostgreSQL), providing amazing experience of DAO layer implementation using MyBatis ORM framework.\n\n* API testing is based on Freemarker template engine. It enables great flexibility in generating REST requests and responses are dynamically changed by incoming arguments. \n\n![Alt text](https://github.com/zebrunner/carina/raw/master/docs/img/carina_overview.png \"Carina Overview\")\n\n\nThe Carina Framework ecosystem consists of the following modules:\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eProject Name\u003c/th\u003e\n\t\t\u003cth\u003eDescription\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-api\"\u003eCarina API\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eFor API testing, based on RestAssured library. \u003cb\u003eOptional\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-aws-s3\"\u003eCarina AWS S3\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eA set of utilities for working with Amazon S3. \u003cb\u003eOptional\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-azure\"\u003eCarina Azure\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eA set of utilities for working with Azure. \u003cb\u003eOptional\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-appcenter\"\u003eCarina AppCenter\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eA set of utilities for working with AppCenter. \u003cb\u003eOptional\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-dataprovider\"\u003eCarina DataProvider\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eProvides the ability to use xls/csv as data sources. \u003cb\u003eOptional\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-webdriver\"\u003eCarina WebDriver\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eContains logic for creating sessions. \u003cb\u003ePart of Carina Core\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-utils\"\u003eCarina Utils\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eProvides a set of tools for all components of Carina Framework. \u003cb\u003ePart of Carina Core\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-commons\"\u003eCarina Commons\u003c/a\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eContains interfaces for pluggable dependencies (e.g. carina-azure). \u003cb\u003ePart of Carina Core\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n    \u003ctr\u003e\n\t\t\u003ctd\u003e\u003ca href=\"https://github.com/zebrunner/carina-crypto\"\u003eCarina Crypto\u003c/a\u003e\u003c/td\u003e\n        \u003ctd\u003eContains utilities for encryption/decryption. \u003cb\u003ePart of Carina Core\u003c/b\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n## Documentation and free support\n* [User Guide](http://zebrunner.github.io/carina)\n* [Demo Project](https://github.com/zebrunner/carina-demo)\n* [Telegram Channel](https://t.me/qps_carina)\n\n## Code formatter\nWe offer to use our configured [**Java code formatter for Eclipse**](https://github.com/zebrunner/carina/blob/master/carina_formatter.xml). To use the same formatter in IntelliJ IDEA you should install and configure [**Eclipse Code Formatter**](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter).\n\n## License\nCode - [Apache Software License v2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nDocumentation and Site - [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/deed.en_US)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrunner%2Fcarina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebrunner%2Fcarina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrunner%2Fcarina/lists"}