A series of regression tests for IRI written in JS. Utilizes Chai.
This repository requires that you use the latest version of node.js.
If you are using Windows, you may also need to install maven manually.
Clone the repo
git clone https://github.com/DyrellC/iri_js_regression.git
cd iri_js_regression
Install dependencies
npm install
Install the IRI
git clone https://github.com/iotaledger/iri.git
cd iri
mvn clean compile
mvn package
Example
js RunAllTests.js
Additionally, if you intend to use a different IRI version, you can add the version as an extra argument
js RunAllTests.js 1.4.2.4