# cap **Repository Path**: jason810614/cap ## Basic Information - **Project Name**: cap - **Description**: 接口自动化,Appium自动化框架 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-02-20 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Ctrip Automation Platform Cap is not only created for UI Automation, With Cap,feel free write test cases or even customize your own test framework. [Mobile UI Automation User Guide](http://conf.ctripcorp.com/display/SysDev/Cap+User+Guide) [API Test Automation User Guide](http://conf.ctripcorp.com/display/SysDev/API+Test+User+Guide) ## Donwload Currently recommended version is ```xml com.ctrip.cap cap-platform 1.2.0-SNAPSHOT ``` ## cap-device ### Android * Based on ddmlib * Full-featured device api ### iOS * A native wrapper for libmobliedevice(incoming) ## Changelog ### 1.2.0 Mobile * bump java-client version to 2.2.0c1 :sunglasses: http://git.dev.sh.ctripcorp.com/automation/appium-java-client iOS * iOS supported in Mac OSX API * SOA2.0 coverage statistics been thinking in HTTP way(RequestType change from *domain.service.operation* to *HTTP URI*) * HTTP test support ### 1.1.0 2015/2/5 API * APITest rewrite based on httpclient 4.4 * Template/Data loader rewrite * Simplify develop test case * Document api test user guide ### 1.0.3 2015/1/15 Platform * Add skipped exception to capreporter Android * Make AppiumDriver swipe work on selendroid with device api * Add AppiumTest,CapPage javadoc * Add xiaomi 4 support ### 1.0.0 2015/1/6 Platform * Lab run mode not stricted * DB read/write don't break program * Custom reporter for TestNG * Page Object Pattern Practice Android * Chrome support * Hybrid support * UIAutomator support API * SOA2.0 support