Skip to content

JoseTorrez/ixplora-api-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ixplora-api-tests

API testing automation framework for ixplora API developed by team A of AT-04 group.

Pre-requirements

  • Ruby 2.4.x
  • Bundler Gem
  • MongoDB 3.x server (preconfigured)
  • CassandraDB 3.x server (preconfigured)
  • Ixplora API server

Setup

  1. Clone the repository
https://github.com/AT-04/ixplora-api-tests.git
  1. Enter to the ixplora-api-test folder and run the command:
bundler install
  1. Edit the env.rb file with the environment configuration properties. The env.rb file and the example is located in:
ixplora-api-tests/features/support/
  1. To run the tests enter to the ixplora-api-test folder and run the command:
rake reports['{tag}']

{tag} can take the values: smoke, crud and functional. E.g: rake reports['smoke']

About

API testing for ixplora application developed by team A of AT-04 group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gherkin 77.6%
  • Ruby 22.4%