Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 828 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 828 Bytes

contracto-retrofit

EL Passion

Build Status

Contracto is a framework for API end-to-end testing. This repo contains bindings for Retrofit - popular Android (and Java) REST client library.

Join the chat at https://gitter.im/contracto-lab/contracto-retrofit

To run tests, first start http server in the root directory of this project:

python -m SimpleHTTPServer 13579

and then execute:

./gradlew test