This Tests, using the BDD framework Cucumber + HTTParty to provide documentation to automated tests.
- Ruby 2.2.0
- httparty 0.13.7
-
Use RVM to handle rubies and gemsets
-
See installation instructions here (https://rvm.io/rvm/install)
-
Install bundler
$ gem install bundler
-
Project Installation
$ git@gitlab.wmxp.com.br:atlantico/ticket-hub/ticket-hub-tests.git $ bundle install
Use of JSONschema.net for validation to created schems (https://jsonschema.net/#/) Version: draft-06
Used https://jsonplaceholder.typicode.com because this services is public.
Search All Posts
Search Post
Search Post Comments
Create Post
Update Post
Delete Post
- https://jsonplaceholder.typicode.com/albums/1/photos
- https://jsonplaceholder.typicode.com/users/1/albums
- https://jsonplaceholder.typicode.com/users/1/todos
- https://jsonplaceholder.typicode.com/users/1/posts
TypeCode How-To