A simple chrome extension for Wiremock
- Clone or download code from the repo
- Import the
src
folder into the extension section of Chrome - Download the latest supported version of Wiremock from here
- Startup Wiremock on localhost:8080 to allow the extension to talk to Wiremock
- Navigate to the root folder and run
npm install
- (Optional) Install Mocha
npm install -g mocha
- To run tests run
npm test