TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

Make the stdout logging less verbose #296

Closed g00dnatur3 closed 3 years ago

g00dnatur3 commented 3 years ago

This PR reduces the stdout logging verbosity.

It accomplishes this goal in two ways

1) ignore the error chunks related to /timeouts/async_script

2) improve the line-by-line filtering indicators to also include

also some nice code clean-up :)

codecov-commenter commented 3 years ago

Codecov Report

Merging #296 into master will decrease coverage by 0.16%. The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
- Coverage   96.24%   96.07%   -0.17%     
==========================================
  Files          31       31              
  Lines        1011     1019       +8     
==========================================
+ Hits          973      979       +6     
- Misses         38       40       +2     
Impacted Files Coverage Δ
src/util/childProcess.js 85.91% <58.82%> (-1.39%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b8c520...9728a9b. Read the comment docs.