You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using k6 convert with the --only and the --enable-status-code-checks options. We now have a HAR where k6 convert does not convert a large portion of the HAR file. har-to-k6 does, but the lack of --only and --enable-status-code-checks options means we can't use it either. I believe --only is #39 so also please add --enable-status-code-checks.
The text was updated successfully, but these errors were encountered:
I just faced a similar issue, I converted a large har file to a k6 script and it works fine now I have to manually add checks below each response. It seems that the enable-status-code-checks options would be really useful
We've been using k6 convert with the
--only
and the--enable-status-code-checks
options. We now have a HAR where k6 convert does not convert a large portion of the HAR file. har-to-k6 does, but the lack of--only
and--enable-status-code-checks
options means we can't use it either. I believe--only
is #39 so also please add--enable-status-code-checks
.The text was updated successfully, but these errors were encountered: