k6 icon indicating copy to clipboard operation
k6 copied to clipboard

A modern load testing tool, using Go and JavaScript - https://k6.io

Results 473 k6 issues
Sort by recently updated
recently updated
newest added

### Brief summary I am sorry to report that this is a bug, and you probably won't believe me, I think k6 can locate the file, but some other immediate...

enhancement
ux

# What? In the https://github.com/grafana/k6/releases/tag/v0.40.0 we introduced the new experimental module `k6/experimental/websockets` that implements WebSocket API. This issue is for tracking the path of the extension; here, we could give...

enhancement
area: websockets

Currently, if an error (like timeout) happens during the creation of the websocket k6 will not emit `status=0` or tags `error` and `error_code` as will the HTTP module, but will...

bug
enhancement
area: websockets

### Feature Description A`--websocket-debug` would be very useful to debug websocket connection (I'm using `"k6/experimental/websockets"`), for example when the connection is failing due to a `bad handshake`. This was also...

feature
area: websockets

I know that https://github.com/grafana/k6/issues/140 already exists! :sweat_smile: However, that issue has a lot history, unrelated discussion and comments, so at this point it isn't very suitable for actually tracking the...

triage

## What? Upgrade xk6-dashboard dependency to v0.7.3 [Release Notes v0.7.3](https://github.com/grafana/xk6-dashboard/blob/master/releases/v0.7.3.md) > [WARNING!] > Attention, this is just a placeholder PR, it currently contains version v0.7.3-alpha.1. As soon as the final...

The k6-core team recently had an internal meeting to discuss the current status of StatsD outputs in k6, the several issues reported by users, and the best way to move...

enhancement
metrics-output
statsd

Upgrade xk6-dashboard dependency to v0.7.3

### Why? Currently the parsing of error from the cloud api has some complicated code https://github.com/grafana/k6/blob/b5a6febd56385326ea849bde25ba09ed6324c046/cloudapi/errors.go#L47-L62 Almost all of which is around parsing `details` which was teh old way the...

cloud
lower prio
maintenance

### Feature Description A few releases back, we introduced the `k6/experimental/tracing` module to k6. Experimental modules intend to become part of the core eventually. Although the module has been around...

feature