Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alias from k6-experimental/browser to k6-browser #1814

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/sources/k6/next/javascript-api/k6-browser/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
aliases:
- ./k6-experimental/browser # docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser
title: 'k6/browser'
description: 'An overview of the browser-level APIs from browser module.'
weight: 02
---

# browser

Check failure on line 9 in docs/sources/k6/next/javascript-api/k6-browser/_index.md

View workflow job for this annotation

GitHub Actions / doc-validator

[doc-validator] reported by reviewdog 🐶 The first heading 'browser' doesn't match the title 'k6/browser'. Decide which of the first heading or title is most applicable and change the other to match, or update them both. Raw Output: {"message":"The first heading 'browser' doesn't match the title 'k6/browser'.\nDecide which of the first heading or title is most applicable and change the other to match, or update them both.","location":{"path":"docs/sources/k6/next/javascript-api/k6-browser/_index.md","range":{"start":{"line":9,"column":3},"end":{"line":9,"column":3}}},"severity":1,"source":{"name":"doc-validator"},"code":{"value":"h1-does-not-match-title"}}

The browser module APIs aim for rough compatibility with the [Playwright API for NodeJS](https://playwright.dev/docs/api/class-playwright).

Expand Down
2 changes: 2 additions & 0 deletions docs/sources/k6/v0.54.x/javascript-api/k6-browser/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
aliases:
- ./k6-experimental/browser # docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser
title: 'k6/browser'
description: 'An overview of the browser-level APIs from browser module.'
weight: 02
Expand Down
2 changes: 2 additions & 0 deletions docs/sources/k6/v0.55.x/javascript-api/k6-browser/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
aliases:
- ./k6-experimental/browser # docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser
title: 'k6/browser'
description: 'An overview of the browser-level APIs from browser module.'
weight: 02
Expand Down
Loading