Skip to content

A simple project that allows Hoverfly to capture request/reponse from WebClient (Webflux/Reactor)

Notifications You must be signed in to change notification settings

Universemul/test-hoverfly-reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to test

  1. Import the project in your favorite IDE
  2. Launch the only tets in the code called testHoverfly.

It will generate a test.json file in the directory test/resources/stubs

It Hoverfly can capture the request/response from the WebClient, you will see an entry with the request.path at https://docs.openaq.org.

If not you will see :

{
  "data" : {
    "pairs" : [ ],
    "globalActions" : {
      "delays" : [ ]
    }
  },
  "meta" : {
    "schemaVersion" : "v5.1",
    "hoverflyVersion" : "v1.3.3",
    "timeExported" : "2021-11-18T16:11:46+01:00"
  }
}

About

A simple project that allows Hoverfly to capture request/reponse from WebClient (Webflux/Reactor)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages