Peter Thomas

Results 357 comments of Peter Thomas

@hueller my first reaction is that this will be hard - so I'm going to come back to this later. my advice would be to make any "common" routines you...

@hueller you can reuse java easily because it just needs to be on the classpath. please refer: https://stackoverflow.com/a/58339662/143475

@pshrm `karate.prevRequest` is Java behind the scenes so I don't understand your question. you are welcome to look at the source code and figure it out: https://github.com/karatelabs/karate/blob/v1.2.0.RC1/karate-core/src/main/java/com/intuit/karate/core/ScenarioBridge.java#L521

tagging a reference for some planned refactoring: https://github.com/oracle/graal/issues/631#issuecomment-885768584

@hueller I think this is finally fixed ! I haven't tried your sample project yet, and if you can use the `develop` branch and see if things work fine including...

also see another use-case: https://stackoverflow.com/a/72245287/143475

cc @fscarlato - this is implemented. here are the new API-s possible: `karate.response.header('some-header')` - gets the header value ignoring case `karate.response.headerValues('some-header')` gets all values for the header (ignoring-case) as a...

Something else I ran into is that `htmx.ajax()` seems to always assume that the `body` is the "target" no matter what. This was causing all my ajax indicators on the...

@mmarquee thanks for the clarification ! and for not deleting this issue 👍 I can imagine that Appium will be tough, I quickly realized that WinAppDriver would have the same...

@mmarquee I think this will be very useful, I will pass this on to the dev teams and see if this can be part of the test strategy. thanks !