The browser module adds support for browser automation and end-to-end web testing via the Chrome Devtools Protocol to k6.
GNU Affero General Public License v3.0
344
stars
41
forks
source link
Unexpected DevTools server error: context canceled #1404
Open
inancgumus opened 3 months ago
What?
Ignore the module shutdown while evaluating something on Chromium.
Why?
We get the following error:
While it's a correct error message, it creates noise, and it isn't actually an error.
How?
Detect context cancelation and surpass it or reduce the log severity (it's currently a warning).
Tasks
Related PR(s)/Issue(s)
No response