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
- Host: GitHub
- URL: https://github.com/josdem/webclient-cucumber-workshop
- Owner: josdem
- Created: 2018-06-24T17:18:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T23:30:47.000Z (almost 4 years ago)
- Last Synced: 2025-07-01T03:42:52.761Z (10 months ago)
- Topics: cucumber, github, junit5, webclient, webflux
- Language: Java
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/