Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Add har inspector for pages #295

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

g00dnatur3
Copy link
Contributor

@g00dnatur3 g00dnatur3 commented Sep 23, 2020

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
Copy link

codecov-commenter commented Sep 23, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants