Qytera-Gmbh / QTAF

QTAF is a Java test framework based on TestNG and offers easy setup of Selenium and fast extensibility.
https://qytera-gmbh.github.io
MIT License
10 stars 0 forks source link

feat(qtaf-logging)!: improve console log messages #283

Closed OliverHoenig closed 3 months ago

OliverHoenig commented 3 months ago

The user can now configure if he wants the steps of a test case to get logged. For shorter log messages, the steps can be disabled in the qtaf.json. In addition, the corresponding method of the test case is now displayed for quicker debugging when analyzing the test results.

BREAKING: The hashCode won't get printed to the console anymore, to shorten the message. SOLVES: #279