Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 436 Bytes

File metadata and controls

12 lines (9 loc) · 436 Bytes

BLACKBOX TEST SUITE FOR KALATORI

This test suite is intended to be used against running kalatori instance.

Prerequisites

Ensure you have Node.js and Yarn installed on your machine. A running instance of the Kalatori API that the tests can interact with.

Setup

  1. install dependencies by runnin yarn
  2. check .env file to ensure that variables are in sync with daemon you are testing against
  3. run tests with yarn test