xk6-browser
xk6-browser copied to clipboard
Add support for `slowMo` definition at the `browserContext` level
Currently slowMo
option can only be defined at the browser
level, which applies for the whole browser "object" utilization.
k6 browser should support defining slowMo
at the browserContext
level, where it has a more direct applicability, so we also allow for more flexibility in tests definition.
Related: #857 .