Files
bruno/tests/collection/create-requests/init-user-data/collection-security.json
Abhishek S Lal 396ff2b196 test: playwright tests for create request with http, gRPC, ws, graphql (#5952)
* 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>
2025-10-31 22:04:35 +05:30

10 lines
190 B
JSON

{
"collections": [
{
"path": "{{projectRoot}}/tests/collection/create-requests/fixtures/collection",
"securityConfig": {
"jsSandboxMode": "safe"
}
}
]
}