bitovi / testee-client

Testee client adapters for QUnit, Jasmine and Mocha
https://www.npmjs.com/package/testee-client
MIT License
1 stars 1 forks source link

Allow to configure what are log messages that should be collected by testee-client #47

Open ivospinheiro opened 5 years ago

ivospinheiro commented 5 years ago

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.

https://github.com/bitovi/testee-client/blob/2388c8579d48eb17e33031585794ebd5a8f1aad5/src/index.js#L79-L88