Files
bruno/tests/websockets/fixtures/collection/ws-test-request-with-headers.bru
Siddharth Gelera 2a674786e2 test(websocket): add headers handling in tests
- Implemented logic to send headers in websocket messages.
- Added tests for websocket connections and message handling.
- Created locators for common elements in websocket tests.
2025-09-18 17:21:53 +05:30

25 lines
258 B
Plaintext

meta {
name: ws-test-request-with-headers
type: ws
seq: 2
}
ws {
url: ws://localhost:8081/ws
body: ws
auth: inherit
}
headers {
Authorization: Dummy
}
body:ws {
name: message 1
content: '''
{
"func":"headers"
}
'''
}