Files
bruno/tests/websockets/multi-message-yml/fixtures/collection/ws-multi-msg.yml
Pooja b9d8bdf2ec feat(ws): multiple messages support in websockets (#8115)
* feat: ws multi message

* fix

* fix

* fix

* improve: UX

* improve: new message ui

* fix

* fix

* fix

* fix

* fix

* fix: rename message title

* chore: cleanup

* change: add message color

* fix(websocket): correct cursor and truncate long message names

---------

Co-authored-by: Sid <siddharth@usebruno.com>
2026-06-08 16:03:43 +05:30

25 lines
390 B
YAML

info:
name: ws-multi-msg
type: websocket
seq: 1
websocket:
url: ws://localhost:8081/ws/echo
message:
- title: message 1
message:
type: json
data: |-
{
"action": "subscribe"
}
- title: message 2
message:
type: text
data: hello world
auth: inherit
settings:
timeout: 0
keepAliveInterval: 0