This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Load-Test Subscriptions Script (`index.cjs`) | |
| ## How to run (quick start) | |
| 1. **Install dependencies** | |
| From the folder containing `index.cjs` (the required packages are declared at the top of the file): | |
| ```bash | |
| npm i graphql-ws ws dotenv | |
| ``` |