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
I’ve been using karate.exec for a bit to run a custom tool and had to migrate to using karate.fork due to some additional features that fork provides. One problem is that (from what I can tell) the forked process will always append new lines to each line of buffered output, which is opposite of how exec works.
The docs do not mention this behavioral difference. Ideally this is documented, but even better would be if this could be customized behavior.
The text was updated successfully, but these errors were encountered:
I’ve been using karate.exec for a bit to run a custom tool and had to migrate to using karate.fork due to some additional features that fork provides. One problem is that (from what I can tell) the forked process will always append new lines to each line of buffered output, which is opposite of how exec works.
The docs do not mention this behavioral difference. Ideally this is documented, but even better would be if this could be customized behavior.
The text was updated successfully, but these errors were encountered: