Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 536 Bytes

TESTS.md

File metadata and controls

15 lines (11 loc) · 536 Bytes

Running Tests

  1. Retrieve Hyperledger fabric images and the configtxlator executable (obtain both by following instructions here http://hyperledger-fabric.readthedocs.io/en/latest/samples.html#download-platform-specific-binaries)

  2. Bring up the configtxlator which was downloaded in the platform-specific-binaries via:

bin$ ./configtxlator start
  1. Back in the root fabric-client-wrapper directory you should now be able to run the e2e tests
fabric-client-wrapper$ npm install
fabric-client-wrapper$ npm test