Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana/xk6-browser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6806de363683a1b9befab1cf0dfeaa20234d674
Choose a base ref
..
head repository: grafana/xk6-browser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14d6082142b21fd55d9e17d1f0d6c0d013237793
Choose a head ref
Showing with 5 additions and 122 deletions.
  1. +1 −0 CODEOWNERS
  2. +4 −3 README.md
  3. +0 −119 ROADMAP.md
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @grafana/k6-core
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<p align="center">A module for k6 adding browser-level APIs with rough Playwright compatibility.</p>

<p align="center">
<a href="https://github.com/grafana/xk6-browser/releases"><img src="https://img.shields.io/github/release/grafana/xk6-browser.svg" alt="Github release"></a>
<a href="https://github.com/grafana/xk6-browser/releases"><img src="https://img.shields.io/github/v/release/grafana/xk6-browser.svg" alt="Github release"></a>
<a href="https://github.com/grafana/xk6-browser/actions/workflows/test.yml"><img src="https://github.com/grafana/xk6-browser/actions/workflows/test.yml/badge.svg" alt="Build status"></a>
<a href="https://goreportcard.com/report/github.com/grafana/xk6-browser"><img src="https://goreportcard.com/badge/github.com/grafana/xk6-browser" alt="Go Report Card"></a>
<br>
@@ -11,7 +11,8 @@
<p align="center">
<a href="https://github.com/grafana/k6/releases/latest">Download</a> ·
<a href="https://grafana.com/docs/k6/latest/javascript-api/k6-browser">Documentation</a> ·
<a href="https://community.grafana.com/c/grafana-k6/k6-browser/79">Community Forum</a>
<a href="https://community.grafana.com/c/grafana-k6/k6-browser/79">Community Forum</a> ·
<a href="https://github.com/orgs/grafana/projects/443/views/1">Public Roadmap</a> ·
</p>

<br/>
@@ -31,7 +32,7 @@ Special acknowledgment to the authors of [Playwright](https://playwright.dev/) a
- Aim for rough API compatibility with [Playwright](https://github.com/microsoft/playwright). The reason for this is twofold: first, we don't want users to have to learn a completely new API just to use xk6-browser, and second, it opens up the possibility of using the [Playwright RPC server](https://github.com/mxschmitt/playwright-go) as an optional backend for the k6 browser module should we decide to support that in the future.
- Support for Chromium-compatible browsers first, and eventually Firefox and WebKit-based browsers.

Please take a look at our [project roadmap](ROADMAP.md) for more details.
Please take a look at our [project roadmap](https://github.com/orgs/grafana/projects/443/views/1) for more details.

## Get started

119 changes: 0 additions & 119 deletions ROADMAP.md

This file was deleted.