Thingifier API unit testing manual Prerequisites Node.js & npm Java (to run the thingifier jar) (Optional) An IDE with JavaScript compatibility - VSCode is suggested as it is lightweight and provides clear code highlighting for readability Running the unit test suite Run npm i to install the dependencies Run npm run test Parsing and executing Gherkin scripts with Cucumber Run npm i to install the dependencies Run npm run cucumber **NOTE In the case of npm run cucumber not working, simply run npx cucumber-js --order random:<any seed that you want> Running the performance test suite Run npm i to install the dependencies Run npm run dynamic-analysis **NOTE In the case of npm run cucumber not working, simply run npx cucumber-js --order random:<any seed that you want>