-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Graduate to k6/browser
from an experimental module
#3793
Conversation
k6/browser
from an experimental modulek6/browser
from an experimental module
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3793 +/- ##
==========================================
+ Coverage 71.86% 71.87% +0.01%
==========================================
Files 291 291
Lines 21249 21254 +5
==========================================
+ Hits 15270 15277 +7
+ Misses 4917 4915 -2
Partials 1062 1062
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙂
Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
What?
Provides two JS import paths:
k6/experimental/browser
: The k6 browser sync API shipped in k6 0.51 (which we're planning to remove in k6 0.54).k6/browser
: The k6 browser async API.Closes: #3778
Why?
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)
k6/experimental/browser
module part of k6 core xk6-browser#1117