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>
pull/2600/head^2
Haseeb Ansari 2 years ago committed by GitHub
parent 96d2adaf89
commit 9d21da2254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/110-java/content/107-testing-java-apps/102-cukes.md

@ -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>

Loading…
Cancel
Save