From 2f004f2e2b4b3c99f22e1865f61ca532c60bb684 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 10 Nov 2017 23:25:02 +0800 Subject: [PATCH] add next step scheme --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 924b461b..7e06df00 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,15 @@ HttpRunner is rich documented. - `User documentation`_ helps you to make the most use of HttpRunner - `Development process blogs`_ will make you fully understand HttpRunner +Next Step +--------- + +There are still too many awesome features to be implemented. Recent schedules includes: + +- Integrate with Charles and Fiddler: convert `HAR`_ (HTTP Archive) format to YAML testcases. +- Integrate with Swagger: convert exported API definition of `Swagger`_ to YAML testcases. +- Integrate with PostMan: convert `Postman Collection Format`_ to YAML testcases. + .. _Requests: http://docs.python-requests.org/en/master/ .. _unittest: https://docs.python.org/3/library/unittest.html @@ -52,3 +61,6 @@ HttpRunner is rich documented. .. _Jenkins: https://jenkins.io/index.html .. _User documentation: http://httprunner.readthedocs.io/ .. _Development process blogs: http://debugtalk.com/tags/ApiTestEngine/ +.. _HAR: http://httparchive.org/ +.. _Swagger: https://swagger.io/ +.. _Postman Collection Format : http://blog.getpostman.com/2015/06/05/travelogue-of-postman-collection-format-v2/