diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/e2etest.yml similarity index 100% rename from .github/workflows/integrationtest.yml rename to .github/workflows/e2etest.yml diff --git a/README.md b/README.md index 3b337c0..2a845a8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Node.js connector for the Bybit APIs and WebSockets: - Complete integration with all bybit APIs. - TypeScript support (with type declarations for most API requests & responses). -- Over 300 integration tests making real API calls & WebSocket connections, validating any changes before they reach npm. +- Over 300 end-to-end tests making real API calls & WebSocket connections, validating any changes before they reach npm. - Robust WebSocket integration with configurable connection heartbeats & automatic reconnect then resubscribe workflows. - Browser support (via webpack bundle - see "Browser Usage" below).