Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 699 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 699 Bytes

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/