juniorschmitz / api-cucumber-httparty-template

Simple project with an example on using Httparty for API automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic API Tests using Cucumber and HTTParty

Project created for testing HTTParty and fixtures-like patterns for API Testing.

For running the basic scenario created, one should do:

$ bundle install
$ bundle exec cucumber -p default

The main idea is for the project to be used as a template when one wants to build simple HTTParty tests with a simple project architecture

About

Simple project with an example on using Httparty for API automation.


Languages

Language:HTML 96.5%Language:Ruby 3.2%Language:Gherkin 0.3%