Vijay
Vijay
Hi followed https://www.npmjs.com/package/log4js and created two files 1. log4js.json `{ "appenders": { "console": { "type": "console", "category": "console" }, "file": { "category": "test-file-appender", "type": "file", "filename": "./reports/log_info.log", "fileAppend": "false", "maxLogSize":...
Hi, I am using https://github.com/stritti/log4js/issues/15#issuecomment-561985908 the approach i am able to log in to file and console as well. However, the text is not appended with the existing text. Every...
Hi I am facing same issue Failed: This driver instance does not have a valid session ID (did you call WebDriver.quit()?) and may no longer be used. i am trying...