http-e2e-testing

Implement end-to-end testing for web applications using HTTP requests. Use when the task requires API endpoint testing, request/response validation, or integration testing. Triggers: API testing, endp...

Namehttp-e2e-testing
Version1.0.0
Authorseekthought
Tagstesting e2e api http integration-test
CompatibilityRequires Node.js, TypeScript, axios, and jest.

安装

skillctl install -r skillhub http-e2e-testing

HTTP End-to-End Testing Skill

This skill provides capabilities for performing end-to-end testing of web applications by sending HTTP requests to API endpoints and validating responses.

normally, e2e test have a dedicated test directory, e.g. e2e-tests, and the test files are organized by feature or module.

Http client