All Projects → mwinteringham → wiremock-chrome-extension

mwinteringham / wiremock-chrome-extension

Licence: MIT License
A simple chrome extension for Wiremock

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to wiremock-chrome-extension

testing-spring-boot-applications-masterclass
🍃 Everything You Need to Know About Testing Spring Boot Applications
Stars: ✭ 185 (+873.68%)
Mutual labels:  wiremock
wiremock
A tool for mocking HTTP services
Stars: ✭ 5,239 (+27473.68%)
Mutual labels:  wiremock
spring-projects
Some spring sample projects
Stars: ✭ 24 (+26.32%)
Mutual labels:  wiremock
aem-stubs
Tool for providing sample data for AEM applications in a simple and flexible way. Stubbing server on AEM, no separate needed.
Stars: ✭ 40 (+110.53%)
Mutual labels:  wiremock
Wiremock
A tool for mocking HTTP services
Stars: ✭ 4,790 (+25110.53%)
Mutual labels:  wiremock
wiremock-docker
Wiremock Docker image
Stars: ✭ 160 (+742.11%)
Mutual labels:  wiremock
tdd-demo-forumphp2020
Live coding examples used during Forum PHP 2020 talk "Too many mocks killed the test: What Hexagonal Architecture has changed"
Stars: ✭ 25 (+31.58%)
Mutual labels:  wiremock
wiremock-junit5
Wiremock extension to inject server into JUnit5 tests
Stars: ✭ 43 (+126.32%)
Mutual labels:  wiremock

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].