I have just started Karate and was wondering if we can write karate gherkin steps in execution logs.
Currently I can write each scenario using below line in background -
- karate.log('Scenario Executing:', karate.scenario.name)
My requirement is to write complete gherkin test case step by step in logs