-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added test requests for cookies and few improvements in testbench #4709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Test Results 1 files ± 0 121 suites +8 1m 0s ⏱️ +25s For more details on these failures and errors, see this check. Results for commit d7cde7d. ± Comparison against base commit 178773d. ♻️ This comment has been updated with latest results. |
7845a5f
to
f8e8869
Compare
f8e8869
to
5accf92
Compare
5accf92
to
721fc06
Compare
721fc06
to
2960e17
Compare
2960e17
to
ca2095d
Compare
ca2095d
to
c4cbf2f
Compare
In bruno-testbench(packages/bruno-tests) server - Added support for customising response status-code in `POST /api/echo/custom` API using `statusCode` field - Added `/api/echo/trace` API which returns all the request details as an JSON response - Added SSL support for `localhost` in dev env to test HTTPS requests
c4cbf2f
to
d7cde7d
Compare
These tests are actually for testing the behavior of cookies in a non-local host. There is way to even route these back to local server by adding an entry in |
set-cookie
andcookie
headers in requestSecure
flag for cookies in localhost and loopback IP-addressesPOST /api/echo/custom
API usingstatusCode
field/api/echo/trace
API which returns all the request details asan JSON response
localhost
in dev env to test HTTPS requests