Welcome to the Cypress automated test suite example for trading scenarios using RxJS with WebSockets!
Before you begin, ensure you have the following installed:
-
📥 Clone the Repository:
git clone <repository-url> cd <repository-folder>
-
📦 Install Dependencies:
npm install
To see the tests execute in a browser:
npm run test:debug
To run tests in headless mode:
npm run test:headless
- 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.