An open API service indexing awesome lists of open source software.

https://github.com/josdem/webclient-cucumber-workshop

Webflux web client configuration and examples
https://github.com/josdem/webclient-cucumber-workshop

cucumber github junit5 webclient webflux

Last synced: about 2 months ago
JSON representation

Webflux web client configuration and examples

Awesome Lists containing this project

README

          

WebClient Workshop
---------------------------------------

Webflux [WebClient](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-webclient.html) along with [Cucumber](https://cucumber.io/) and [Junit 5](https://junit.org/junit5/) to create client test automation to the [GitHub API v3](https://developer.github.com/v3/?)

#### Features

* List public keys for a user
* List public email addresses for a user
* Create a label
* Update a label
* Delete a label

#### Configuration and Run

https://github.com/josdem/webclient-workshop/wiki

#### Read This as Reference

http://josdem.io/techtalk/spring/webclient_cucumber_junit5/