WasiqB / coteafs-selenium

:computer: Selenium WebDriver wrapper framework in Java for clean and maintainable tests.
https://wasiqb.github.io/projects/selenium/
Apache License 2.0
78 stars 35 forks source link

Logging facility is required #6

Closed WasiqB closed 5 years ago

WasiqB commented 6 years ago

It is required to log user interaction in a log file. Following files should be created:

Logs should not be:

Perform maximum logging to capture each events. TestNG listeners should be used for logging run-time test events.

WasiqB commented 5 years ago

Changes merged.