Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

mwinteringham/wiremock-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiremock-chrome-extension

A simple chrome extension for Wiremock

Setting up with source code

  1. Clone or download code from the repo
  2. Import the src folder into the extension section of Chrome
  3. Download the latest supported version of Wiremock from here
  4. Startup Wiremock on localhost:8080 to allow the extension to talk to Wiremock

Running tests

  1. Navigate to the root folder and run npm install
  2. (Optional) Install Mocha npm install -g mocha
  3. To run tests run npm test