This repository was archived by the owner on Jan 30, 2025. It is now read-only.
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Making k6/experimental/browser
module part of k6 core #1117
Closed
Description
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:
- 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:
Metadata
Metadata
Assignees
Type
Projects
Status
Released