Allow to configure what are log messages that should be collected by testee-client
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/index.js lines 79-88, where console.error and console.log messages are collected and sent to testee-server. Trace how testee-client configuration is handled, then determine how the collector can be enabled or disabled; the work is done when both console message types follow that setting without interfering with normal test execution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100