Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 4da06b2

Browse files
committed
Drop the goal to merge xk6-browser code with the k6 codebase
1 parent 1156fcf commit 4da06b2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ROADMAP.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,6 @@ These are goals achievable within 6-12 months, tentatively done by Q1 2024.
7474
When all users are eligible to upgrade to a plan that includes browser testing.
7575

7676

77-
- **Merge the extension into the main k6 repository.**<br>
78-
k6 and Grafana consider browser testing to be another strategy under the testing umbrella, along with performance, contract, and other types of testing that modern web applications benefit from. As such, the scope of the k6 tool will expand to include functional/E2E testing using browser automation, with the ultimate goal of merging the xk6-browser extension into the main k6 repository as a core JS module.
79-
80-
*How will we achieve this?*<br>
81-
Once the extension and API are relatively stable, and it's well-tested in k6 Cloud, we will create a PR to the main k6 repository with the extension code. Then we will deprecate the standalone xk6-browser repository, and point users to use the main k6 binary instead.
82-
83-
This will be a minor breaking change, as scripts will have to import `k6/browser` instead of `k6/x/browser`, and CI jobs will need to change, but the functionality should remain the same.
84-
85-
*Definition of Done*<br>
86-
Once the extension has been merged into the k6 repository.
87-
88-
8977
- **Increase test code coverage; refactor problematic areas of the codebase; fix "flaky" tests, linter issues, etc.**<br>
9078
We'll constantly focus on these mid and long-term goals. See issues [#228](https://github.com/grafana/xk6-browser/issues/228), [#241](https://github.com/grafana/xk6-browser/issues/241) and [#58](https://github.com/grafana/xk6-browser/issues/58).
9179

0 commit comments

Comments
 (0)