1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Add content for cukes (#2617)

* cukes-rest node added in java roadmap

* Update content/roadmaps/110-java/content/107-testing-java-apps/102-cukes.md

Co-authored-by: haseebansari <haseeb.ansari@qordata.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Haseeb Ansari 2022-10-21 20:22:47 +05:00 committed by GitHub
parent 96d2adaf89
commit 9d21da2254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,7 @@
# Cukes
# Cukes
cukes-rest takes simplicity of Cucumber and provides bindings for HTTP specification. As a sugar on top, cukes-rest adds steps for storing and using request/response content from a file system, variable support in .features, context inflation in all steps and a custom plug-in system to allow users to add additional project specific content.
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Github' href='https://github.com/ctco/cukes'>Cukes Github</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://speakerdeck.com/larchaon/getting-started-with-cukes-rest?slide=23'>Getting Started with Cukes-REST</BadgeLink>