TestArmada / magellan

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

Add har inspector for pages #295

Open g00dnatur3 opened 3 years ago

g00dnatur3 commented 3 years ago

Adding a new "PageReporter" to help users debug and find pages that have failed requests

The PageReporter will log request and response information to the stdout

Below is a screenshot of how this information will look when displayed on screen.

Screen Shot 2020-09-22 at 6 09 41 PM

please keep in mind the screenshot is of a SUCCESSFUL request/response...

only to show what it looks like...

the actual code itself will filter out the success and only show the errored

unit test are being worked on,

please review the overall design -- and provide any feedback

thank you & Cheers

codecov-commenter commented 3 years ago

Codecov Report

Merging #295 into master will increase coverage by 0.60%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
+ Coverage   96.24%   96.84%   +0.60%     
==========================================
  Files          31       28       -3     
  Lines        1011      825     -186     
==========================================
- Hits          973      799     -174     
+ Misses         38       26      -12     
Impacted Files Coverage Δ
test/mock/mockSetupTeardownListener.js
test/mock/mockOptionalReporter.js

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...78eec61. Read the comment docs.