An open API service indexing awesome lists of open source software.

https://github.com/kuzzleio/kuzzle-monkey-tests

Multi-client and parallel test stack for Kuzzle
https://github.com/kuzzleio/kuzzle-monkey-tests

Last synced: about 2 months ago
JSON representation

Multi-client and parallel test stack for Kuzzle

Awesome Lists containing this project

README

          

# Kuzzle multi-client tests

:warning: Work in progress - Not ready for production

Run functional tests on Kuzzle in parallel from a pool of heteregeneous clients.

## How to use

1. tweak the `lib/config.js` file to your needs or use a `.ktestsrc` file
2. run the tests: `node index.js`

You can replay a sequence by feeding the script with a seed, i.e.:

```
SEED=456465324 node.index
```