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
For this to be achievable the aim is to make the browser module:
stable during the runtime;
have a stable API.
Some of our users will not want to work with an experimental module with the fear that the cost of maintaining many scripts and breaking changes out weighs the pros of working with the browser module. Graduating the browser module out of experimental will signal to those users that:
The APIs are backwards compatible, and the upmost effort will be put into ensuring we don't break this;
No major breaking changes are coming to the APIs;
There are no known major issues.
Blockers
We need to finalize and possibly work on the following points before we can be ready to graduate browser out of experimental:
The content you are editing has changed. Please copy your edits and refresh the page.
What
Migrate the browser module out of experimental:
k6/experimental/browser
->k6/browser
Why
For this to be achievable the aim is to make the browser module:
Some of our users will not want to work with an experimental module with the fear that the cost of maintaining many scripts and breaking changes out weighs the pros of working with the browser module. Graduating the browser module out of experimental will signal to those users that:
Blockers
We need to finalize and possibly work on the following points before we can be ready to graduate browser out of experimental:
Tasks
The text was updated successfully, but these errors were encountered: