Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

nokia-wroclaw/innovativeproject-resttest

Repository files navigation

Indor - simple language for testing REST APIs

           .----------------------------------------------------------.
           |                     WELCOME TO INDOR!!!                  |
           |                                                          |
           |              INDOR is an open-source rest api            |
           |                testing framework created by:             |
           |                      Sławomir Domagała                   |
           |                        Damian Mirecki                    |
           |                       Tomasz Wlisłocki                   |
           |                        Bartosz Zięba                     |
           '.________________________________________________________.'
            ,      \            .-""-._  | |
            |'.    |\   ;.     /   _ .-\ | |
      _     |  '.  | \  | '    |  ( o_O || |
      \'-._ ;    \ |  ; '  \   \  `-/ `\/| |
       \   'f     '|  '\|   ; /.`.__'  L | |
        \    `\    ;    Y   |/ |  / | />)| |
   _     ;     l   '     ;  |  | / /|/(< | |
  `\'`'-._\     \   ;    |  ' .'/ |    )|| |
    \     '-\    \   \  '__'_.-'  L   (_/| |
     `.      `.   `._.-'"'``       '.   _| |
,.-'"-.'.      `. ,"`                \"` |/`\
 '.      `'-._   7             "-._   \  |\_ |
   `'-.__     '-'    ;             `-..|_|_|~
   __,-'"'--.._'      \                     \
._'           /        \                , _.`
   '"'--;-''"<          `|\             _\ |
   _.-'`   _;|             `"-.,___\--'' | |
  `'-.,__..'  \                          | |
        .'   .'.                         | |
       /..-'`   \                      _/| |
          /    .'7_                 _,'  | |
         ;   ./   ;`'-,,_    ___.,-'"`   | |
         |_.';   /  |  \ \  | |  |       | |
             |.-';  ;  '  ~~   ~~        | |
                  \' \/   ||   ||        | |
                          ||  _||__      | |
                      _.-" '`"--.._'-._  | |
                     r"-.,-''""---.\"-.\ |_| 

About Indor

Whenever you're writing API tests of any type, Indor is exactelly what you need!

Indor is an open source API testing framework, providing a simple and user-friendly test writing language.

How install?

All you need is Python installed (Python >= 3 supported).

Simple instalation is available via pip

Just type in console:

> pip install indor

How to use?

You can run your test simply:

> indor path/to/indor_file.ind

For more information take a look at:

> indor --help

Tutorial

Some basic examples with documented code are available here.

Authors

We are all studying at Wrocław Uniwersity of Technology in the facoulty of Fundamental Problems of Technology This application is being written for the course of Team Programing, with help and support of Nokia Wrocław.

Authors: Sławomir Domagała Damian Mirecki Tomasz Wlisłocki Bartosz Zięba