Peter Thomas

Results 357 comments of Peter Thomas

possibly related to https://github.com/karatelabs/karate/issues/2502 - tagging as `help wanted`

@cl-weclapp if you submit a working example as per this process that will help: https://github.com/karatelabs/karate/wiki/How-to-Submit-an-Issue

@jbalme your concerns are noted ;) I think the whole history of WHY this change was needed in the first place makes the need very clear: https://github.com/karatelabs/karate-js in my opinion...

@jbalme IMHO all these questions have been addressed in the links above. I have nothing more to add :)

> > With all due respect, having something like do-while which is a JS feature that has been there since before JS even became a standard only implemented last week...

@jbalme it would be more constructive if you pointed out what you use currently which is not supported. if there is internal pressure to use rest-assured, from experience I think...

> karate-js doesn't seem to have any of the JS built-in prototype methods, even for eg. Array or Object no, it has the [most common ones](https://github.com/karatelabs/karate-js/blob/ba94812596fcfd81e9eedf28086c818a8df49727/karate-js/src/main/java/io/karatelabs/js/JsCommon.java#L290). the plan is indeed...

actually since @jbalme gave me so much grief for that "do while" commit, I have a challenge for him. please count how many lines of code in Nashorn or Rhino...

@joelpramos yes, a pluggable JS engine is ideal, just that we don't have the bandwidth for it unless the community contributes. I think you and @ericdriggs know the amount of...