cukes icon indicating copy to clipboard operation
cukes copied to clipboard

Cucumber DSL for testing RESTful Web Services

Results 46 cukes issues
Sort by recently updated
recently updated
newest added

`Then response contains property "someAttribute" matching pattern "E[A-z0-9]{5}"` Will not accept {5} as length quantifier because it is then escaped. ![image](https://user-images.githubusercontent.com/10244558/47081031-38dc3500-d212-11e8-857c-9cc7ca084eca.png)

> Scenario: Test form data > Given request body is a multipart with control "multipart/form-data" from file "CGI/requests/FormData.txt" > Given header apikey with value "apikey" > When the client performs...

Logs are missing for exactly one of specified Cukes Http log types, e.g. \ **Case 1:** When having `cukes.logging.http.requests.include=headers,method,uri` Then `uri` type logs will be missing ![missingurilogs](https://user-images.githubusercontent.com/10244558/45414136-60743680-b683-11e8-99ea-a517fb9cc817.png) Also please bring...

Do you guys have a suggestions for including this in a project that already uses cucumber-spring? It seems like cucumber-guice and cucumber-spring don't play well together. I had a go...

I'm using cukes-rest-sample project and using the "cukes.auth_type" property as "cukes.auth_type=basic" in cukes.properties file. In this case below code gets executed in "HttpResponseFacade.java" class: if ($type.get().equalsIgnoreCase("BASIC")) { authBasic(); } When...

Can you please explain how to use "cukes.auth_type" property in cukes.properties file while running any feature file in "cukes-rest-sample" project? I assume this property is used to define the authentication...

e.g. this property should be working: ```properties cukes.logging.http.requests.include=ALL ``` But it's not.

For some time already the project is evolved from 'cukes-rest' to 'cukes'. It's not about only REST now, it's bigger. So the documentation on main page (readme.md) should be aligned...

enhancement

*Actual at least for Intellij IDEA* When step fails, there is an info of failed assert that is visible by clicking on step. There must be some solution to output...