You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected: after calling a feature which performs a method, should be able to access responseTime
actual: responseTime is out of scope in the callee and needs to be stored in another named variable for that data to be in scope
this is fixed. trying to get karate.response to work properly in a caller feature post a called feature doing an HTTP invoke was too much trouble, so decided to "promote" responseTime to back being a first-class variable again
expected: after calling a feature which performs a method, should be able to access
responseTime
actual:
responseTime
is out of scope in the callee and needs to be stored in another named variable for that data to be in scopeminimal project: https://github.com/ericdriggs/karate-responseTime-called-bug/blob/master/src/test/java/caller.feature
see #536
The text was updated successfully, but these errors were encountered: