Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRework `network-audit` into a browser test suite #7281
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
See #7207 for history
Until #7182, all platforms were killing the browser during
network-auditusing SIGKILL. This doesn't let the browser finish writing the logs and requires a manual work-around to make the logs parseable. The integrity of those logs is then questionableWhile solving, @bridiver mentioned creating a new test suite, something like
npm run test brave_network_auditthat would accomplish the same thing as this test. That could then be expanded to run other scenarios (which also accumulate in that log)from @bridiver