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
- Host: GitHub
- URL: https://github.com/kuzzleio/kuzzle-monkey-tests
- Owner: kuzzleio
- Created: 2017-03-22T17:12:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T15:34:50.000Z (8 months ago)
- Last Synced: 2025-05-07T16:47:43.585Z (8 months ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```