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
Refactor `parseBrowserContextOptions` to Sobek #1526
Closed
inancgumus closed 3 weeks ago
What?
Refactor
parseBrowserContextOptions
to use direct Sobek transformation.Why?
After the refactorings we made in #1270, it's now possible to let Sobek perform this transformation alone.
Checklist
Script
I also used the script to test it using my old friend
Printf
inBrowser.NewContext
etc..Related PR(s)/Issue(s)
1270