The testing tool has its own configuration language. The language is written in YAML format. You can write the configuration in your own editor or in the editor available in this repository specifically for this black box testing tool. The editor allows for easy configuration writing with code auto-completion and many other features. It is also possible to run tests directly within the editor.
Ensure the following Python packages are installed. You can install them using pip:
- Flask: A lightweight WSGI web application framework.
pip install Flask
- Flask-SocketIO: A Flask extension that enables WebSocket communication.
pip install flask-socketio
Run configuration editor on Linux:
cd config-editor
chmod +x run.sh
./run.sh
Run configuration editor on Windows:
cd config-editor
start run.bat
Editor layout with output terminal
Editor layout with final test report