cucumber-api icon indicating copy to clipboard operation
cucumber-api copied to clipboard

API validator in BBD style with Cucumber

Results 9 cucumber-api issues
Sort by recently updated
recently updated
newest added

Developers in my company created a Delete endpoint that includes a request body. After some digging I learned that it was a rest-client advanced option to send a Delete with...

When I grab the json result as a veriable in a Scenario,how can I use it in other Scenario. ``` Scenario: One ... Then I grab wallet address "$..address" as...

HI, I am using your tool to test a rest API and needs to pass variable from one scenario to another. In the first one I do a POST request...

Headers a reset after each request, which makes sense, but in most API calls header values are always the same (like a basic auth header or content type). It would...

Hi, When I send a POST request with a json file in a given path, json file is parsed as hash, that causes problem at RestClient side. You need to...

I tried something like: Scenario: Try to set keep data value under database settings with response code 200 Given I send "text/plain" and accept JSON When I send a PUT...

Will be good to be able to check if response sent a cookie or not.

I'm trying to test a REST API which has a DELETE method with a JSON body to tell it what to delete. This isn't supported by the current version of...