Skip to content

Commit

Permalink
Migrate to k6 roadmap (#1529)
Browse files Browse the repository at this point in the history
* Refer to the public k6 roadmap in the README

* Delete the outdated roadmap

* Update release badge URL
  • Loading branch information
andrewslotin authored Nov 7, 2024
1 parent c4b86d3 commit 7a8ee0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 122 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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/>
Expand All @@ -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

Expand Down
119 changes: 0 additions & 119 deletions ROADMAP.md

This file was deleted.

0 comments on commit 7a8ee0c

Please sign in to comment.