Joel Ramos
Joel Ramos
> if I recall correctly there's some properties in the `Config` that can be function (e.g. afterFeature etc.) and I think that's why that PR was needed when sharing context...
What are the context sharing changes? I think (without much digging) that variables defined in karate-config.js are not accessible but someone in karate-base.js are.
There's a change in behavior which I think goes back to a previous Graal/Nashorn behavior (before we started fixing all context switching). E.g. below: _karate-config.js_ ```Javascript function fn() { var...
No other reports of impacts with 1.2.1.RC2 @ptrthomas
My first thought is the limitation of only one setup per feature. Can we change that by, for e.g., if there are multiple force a value name to the tag...
Maybe I misunderstood the above. When you say support callonce mode is that it won’t support scenario outline dynamic (or however we want to call this now !) if the...
I’m aligned with the behaviour, it was my misunderstanding. Yes that would be great, Peter.
Looking good to me. Based on the description whatever is calculated out of the setup() will also be available on that background if it’s needed for some reason? I have...
I don’t have a strong opinion for the need to have it available and like I said before, some copy pasting never hurt nobody if there’s really a need and...
@lewispoe which version did you use? I tried 5.1.0-RC-2 from here https://bintray.com/beta/#/epam/reportportal/plugin-bts-jira?tab=files and didn't work.