Sergey Trasko
Sergey Trasko
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...
Sometimes for test execution it is necessary to prepare some data inside RDBMS. One option would be to expose a test specific RESTful API that will create initial data. Another...
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...