Skip to content

yuriidrapak/cypress-websocket

Repository files navigation

🚀 Trading Scenario Cypress Testing

Welcome to the Cypress automated test suite example for trading scenarios using RxJS with WebSockets!

🧰 Prerequisites

Before you begin, ensure you have the following installed:

🛠️ Setup & Installation

  1. 📥 Clone the Repository:

    git clone <repository-url>
    cd <repository-folder>
  2. 📦 Install Dependencies:

    npm install

🏃 Running Tests

🖥️ Debug Mode

To see the tests execute in a browser:

npm run test:debug

🤖 Headless Mode (for Continuous Integration)

To run tests in headless mode:

npm run test:headless

⚙️ Technologies

  • Cypress: For end-to-end testing.
  • RxJS: RxJS is a library for reactive programming, and for WebSocket testing.
  • cypress-websocket-testing: To enable WebSocket testing in Cypress (alternative library).
  • crypto-js: For cryptographic operations.

About

Cypress Websocket Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published