Peter Thomas

Results 357 comments of Peter Thomas

@ThierryLejeune yes that's right. here `help wanted` is inviting contributions from others to open source. you or anyone can submit a pull request

@CongSon thank you very much. this is a bug >_< we will have to fix this. in the meantime, I recommend using only one-level of call. also here below is...

@CongSon you can do this, but I personally don't recommend making your tests too complicated because of reasons explained here: https://stackoverflow.com/a/54126724/143475 ```cucumber * def myMethod = 'post' * url 'https://httpbin.org/anything'...

pasting something to investigate along with the refactoring of call `my values array winds up empty after cycling through all the GET requests made using the @grabValues scenarios.` ```cucumber Scenario:...

@pauliehyland as far as I know I spent some time trying to get the files live in the right directory etc. I'm going to tag this as `help wanted` and...

@rishi-kai21 there's a sample project attached and there is also a developer guide: https://github.com/karatelabs/karate/wiki/Developer-Guide

thinking aloud there should be logic and a setting to stop the entire suite on the first failure

* thinking more, there is no need for `karate.abortSuite()` * we will introduce a new setting `abortSuiteOnFailure` - this should take care of most folks * and we already have...