Run Sample Test Scripts
ioBuster Coordinator comes with sample test scrips and libraries and they can be handy as references when users are not familiar with writing a new script yet.
Getting the Sample Test Scripts
- Start ioBuster Coordinator from your terminal application using
iobc run. - Run
config sample-scriptsfrom the IO Buster Coordinator shell to install sample scripts. - Once the command completes successfully, a new directory
sample_testswill be created under the directory where you started ioBuster Coordinator.
Running a Sample Script
- Start ioBuster Coordinator from your terminal application using
iobc run. - Run
port listto display available test ports. - Run
test run <port name> sample_tests/performance.js, where<port name>is from the displayed list of ports byport listcommand.