Cypress-Cloud
Cypress-Cloud copied to clipboard
Added Custom Header Test in Cypress
Summary
- Added a new test to validate custom headers in Cypress.
- The test sends a GET request to
https://httpbin.org/headerswith a custom header (x-custom-header). - Validates that the response contains the expected custom header.
Changes
- Added
custom-header.spec.jsundercypress/integration/examples/. - Updated the
README.mdto include the new test in the documentation.
Testing
- Successfully executed the test locally using Cypress.
- Verified that the response contains the correct custom header.
Please review and let me know if any changes are needed. 🚀