lensesio / cypress-websocket-testing

Test WebSocket connections with Cypress
Apache License 2.0
83 stars 11 forks source link

Incompatibility with new versions of rxjs #38

Open zereperez01 opened 1 year ago

zereperez01 commented 1 year ago

Hi, i´ve looking for a way to test the use of websockets in my program, and i found this repository. When i tried to install it, the process wouldn´t continue because it said that the version necessary to use this is ^6.5.0 . But since im using rxjs 7.5.4 and it doesn´t let me install it, it seems that since your last update the rxjs has been updating and now is obsolete.

brvm commented 6 months ago

@zereperez01 got any fix found for this?