mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 06:05:45 +00:00
* fix(websocket): add API Key query params support and OAuth2 inheritance warning * add: playwright test
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
meta {
|
|
name: ws-test-request-with-query
|
|
type: ws
|
|
seq: 3
|
|
}
|
|
|
|
ws {
|
|
url: ws://localhost:8081/ws?testParam=testValue&anotherParam={{variable}}
|
|
auth: inherit
|
|
}
|
|
|
|
body:ws {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"func":"query"
|
|
}
|
|
'''
|
|
}
|