Closed shivahari closed 5 months ago
Tested by running api tests and validated that test_api_example.log file is being created now and has all the log messages. Validated by running the UI tests to make sure that the log files are still created for those
Modified
conftest.py
module to instantiateAPI_Player
object with alog_file
parameter to create log files in test filename.I validated the following after making my change:
API
test run.UI
tests are created without any regression.