mini-monkey / mini-monkey-tests

Robot framework for Mini-Monkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniMonkey Tests

Logo

Acceptence tests for the minimonkey broker. We take advantange of the excellent robot framework.

Getting Started

Clone and launch the minimonkey broker in one terminal:

git clone https://github.com/Raphexion/minimonkey.git
cd minimonkey

export god_token=myToken
rebar3 shell
application:ensure_all_started(minimonkey).

Run the acceptence tests in another terminal:

git clone https://github.com/Raphexion/minimonkey-tests.git
cd minimonkey-tests

pipenv install
pipenv run robot --pythonpath=libraries/ tests/

About

Robot framework for Mini-Monkey


Languages

Language:Python 69.9%Language:RobotFramework 30.1%