tree: 9a9a9bdc246671f455ffd25f9d34d7bf2c4edf7b [path history] [tgz]
  1. ncmp/
  2. README.md
  3. run-k6-tests.sh
  4. setup.sh
  5. teardown.sh
k6-tests/README.md

k6 tests

k6 is used for performance tests. k6 tests are written in JavaScript.

k6 installation

Follow the instructions in the k6 installation guide to get started.

Running the k6 test suites

Simply run the main script. (The script assumes k6 and docker-compose have been installed).

./run-k6-tests.sh

Running k6 tests manually

Before running tests, ensure CPS/NCMP is running:

docker-compose -f docker-compose/docker-compose.yml --profile dmi-stub up

To run an individual test from command line, use

k6 run ncmp/1-create-cmhandles.js