Adrien
Adrien

Reputation: 1090

Report verbosity : Request and answer no longer in report with 0.9.0

Since switching to the version 0.9.0 of karate, I no longer have access to the html requests and responses in the cucumber-html-report, which was placed after each

* When method {get|post|delete}

I checked the release information, but using the command below didn't solve my problem.

* configure report = { showLog: true, showAllSteps: true }

Upvotes: 1

Views: 167

Answers (1)

Adrien
Adrien

Reputation: 1090

I found the solution. The report now lacks this information when the logger level (in logback-test.xml) is INFO

    <logger name="com.intuit" level="DEBUG"/>

But the bug with parallel scenarios reports is still present.

Upvotes: 1

Related Questions