mercredi 18 novembre 2020

Karate test doesn't print to console with log4j2

I have spring boot application and use karate for testing. I used log4j2 for logging. Karate use logback as a log library. I found this link for basic configuration of log4j2 with karate. But unfortunately print statement in the feature file is not written to console.

Scenario: Print to Console
    * print 'Hello Word'

This is the report screenshot

enter image description here

Aucun commentaire:

Enregistrer un commentaire