No description
Find a file
2015-06-11 14:23:04 +02:00
gradle/wrapper upload 2015-06-10 10:24:56 +02:00
public/WEB-INF upload 2015-06-10 10:24:56 +02:00
src build fixes 2015-06-10 12:00:22 +02:00
.gitignore build fixes 2015-06-10 12:00:22 +02:00
build.gradle build fixes 2015-06-10 12:00:22 +02:00
gradlew upload 2015-06-10 10:24:56 +02:00
gradlew.bat upload 2015-06-10 10:24:56 +02:00
README.md Update README.md 2015-06-10 12:00:50 +02:00

what is it?

Simple universal mocking tool for http requests

  • requires java 8
  • set up expectations using json files in $PROJECT/everest_data directory -- or start java with -Deverest.data=[..] for a different data directory
  • start using gradlew run
  • replay

Sample json

{
"id": "91f83cd9-a0a5-49f5-b740-78ba8f504797",
"name": "wehkamp.nl",
"url": "http://www.wehkamp.nl",
"method": "GET",
"requestHeaders": {
  "Accept": ["application/json"]
  },
"response": "<html>",
"responseStatus": 200
}
  • url can be java regex expression

TODO's

- implement response headers - build a proxy that generates json