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
not sure if possible but couple of problems in the wild, one is this: #390 (very rare) and here is another: #268 (somewhat common where folks mix into existing code-bases)
and recently someone reported that it was not possible to mix karate into an existing project using log4j without switching everything to logback - which I find hard to believe and am still investigating - but this overall issue is certainly worth solving cleanly.
main challenge is retaining the existing capability of ReporterLogAppender - while providing an abstraction. should be doable with some interface magic etc. anyway karate follows the "pass the whole damn context around" philosophy, lol
The text was updated successfully, but these errors were encountered:
those watching this repo please do help by testing
junit, parallel / json and javafx textarea seem to be working fine
in terms of http logs and output of print statements being captured
this should make it easier for teams to integrate karate into existing legacy java maven modules
not sure if possible but couple of problems in the wild, one is this: #390 (very rare) and here is another: #268 (somewhat common where folks mix into existing code-bases)
and recently someone reported that it was not possible to mix karate into an existing project using log4j without switching everything to logback - which I find hard to believe and am still investigating - but this overall issue is certainly worth solving cleanly.
main challenge is retaining the existing capability of ReporterLogAppender - while providing an abstraction. should be doable with some interface magic etc. anyway karate follows the "pass the whole damn context around" philosophy, lol
The text was updated successfully, but these errors were encountered: