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

Update readme about event-loop support #277

Closed
3 tasks
inancgumus opened this issue Mar 14, 2022 · 1 comment · Fixed by #295
Closed
3 tasks

Update readme about event-loop support #277

inancgumus opened this issue Mar 14, 2022 · 1 comment · Fixed by #295
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@inancgumus
Copy link
Member

inancgumus commented Mar 14, 2022

The current README explains that k6 doesn't have event-loop support.

  • We might want to update the relevant sections of the README that we do have, before the next release.
  • We also need to update the Browser.on support.
  • We also need to update the k6 browser documentation.

For example:

Are all features of Playwright supported? No. Playwright's API is pretty big and some of the functionality only makes sense if they're implemented as async operations: event listening, request interception, waiting for events, etc. As grafana/k6#882 yet, the xk6-browser API is synchronous right now and thus lacks some of the functionality that requires asynchronicity.

@inancgumus inancgumus added the documentation Improvements or additions to documentation label Mar 14, 2022
@inancgumus inancgumus added this to the v0.3.0 milestone Mar 14, 2022
@imiric imiric mentioned this issue Apr 19, 2022
@imiric
Copy link
Contributor

imiric commented Apr 19, 2022

I did the minor changes in #295, but for updating the API docs we have grafana/k6-docs#582. So unless there's something else missing from the README, we can close this with #295.

@inancgumus inancgumus closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants