In software development, a test harness is a collection of software and test data used by developers to unit test software models during development.
A test harness will specifically refer to test drivers and stubs, which are programs that interact with the software being tested.
cd <working-dir>
git clone https://github.com/listingslab-goldlabel/test-harness goldlabel-test-harness
cd goldlabel-test-harness
npm install
npm start