The GenBenchDroid-Editor can be used to create or modify templates and modules for the benchmark case generation tool GenBenchDroid.
You can obtain the packaged executable of the GenBenchDroid-Editor for your system here.
If you want to build the application yourself, you need to have Node.js installed.
To install all required dependencies, at first the following command has to be executed inside the directory containing the GenBenchDroid-Editor:
npm install
Afterwards, the application can be built by running:
npm build
Finally, to start the GenBenchDroid-Editor run:
npm start