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, endpoint validation, HTTP test, integration test, e2e test.

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

Install

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

Back to all skills