cukes
cukes copied to clipboard
Cucumber DSL for testing RESTful Web Services
Hi! Really like cuke-rest. While writing a test for the JIRA API I think I encountered a bug though... It seems like the queryParam `Type=Shipment AND createdDate>=-1d` is encoded "once...
## **Problem** After tests are completed, if there were some text on the next line after keywords '**Feature**', '**Scenario**', '**Scenario Outline**' and '**Examples**', then it will be turned into "_description_"...
Scenario: LR script is generated for one environment, but the tests are executed against different environment. E.g. generated against http://localhost:8080, but executed against http://app-perf.mycompany.com Currently there should be a manual...
It seems to me like the following step should take the basic javascript/json data types and not the JVM datatypes. From an outside (business or engineer) when writing test steps...
When running our tests, the reported numbers of test executions vary wildly. Here are some outcomes, based on the same code base, server and test client: Tests run: 2622, Failures:...