Currently all the console.error and console.log messages are being collected by testee-client and sent to testee-server.
If the tested application generates a significant amount of log messages, they can interfere with the normal execution of the tests.
A good feature could be the enable/disable the log/error console messages collector.
Currently all the
console.error
andconsole.log
messages are being collected bytestee-client
and sent totestee-server
. If the tested application generates a significant amount of log messages, they can interfere with the normal execution of the tests. A good feature could be the enable/disable the log/error console messages collector.https://github.com/bitovi/testee-client/blob/2388c8579d48eb17e33031585794ebd5a8f1aad5/src/index.js#L79-L88