You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pretty sure this is exposed in engineOptions so risk of defaulting this to the "wrong" setting is fairly low.
we should probably default this to headless: new but provide code snippet in docs for users who might hit an incompatibility.
backstop stashes time started and time completed and spits out duration into the CLI. So testing for performance should be pretty easy. You could run sanity test sequentially 20 times and grep for the timing value to get a cumulative average.
I'm open to other approaches. Just sharing gut reactions. Cheers.
Let's make the full change in source to use
new
headless mode as the default.Test regressions, test fallbacks, and ensure support for
old
mode is supported whennew
becomes vendor standard.Notes
new
by EOY 2023new
headlessThe text was updated successfully, but these errors were encountered: