mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* feat: added tests for request creation * fix: add folder.bru * add: common locators to locators.ts file * refactor: update locators for request actions and improve test assertions across GraphQL, gRPC, HTTP, and WebSocket request tests * fix: updated locator logic for folder requests. * chore: implement cleanup logic for GraphQL, gRPC, HTTP, and WebSocket request tests --------- Co-authored-by: sanish-bruno <sanish@usebruno.com> Co-authored-by: Bijin Bruno <bijin@usebruno.com>
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"collections": [
|
|
{
|
|
"path": "{{projectRoot}}/tests/collection/create-requests/fixtures/collection",
|
|
"securityConfig": {
|
|
"jsSandboxMode": "safe"
|
|
}
|
|
}
|
|
]
|
|
} |