Andrew Cline
Andrew Cline
@mmkal Can't you just connect with the adapter that you select for the aurora db? pretty sure there isn't anything special that would need to be done.
this is mostly working for me. Just trying to get the web socket to gracefully exit now. ```javascript cy.visit('/', { onBeforeLoad: (win) => { cy.stub(win, "WebSocket", (url) => { MockServer...
@sergiop Just make sure you are mocking both the client web socket with the mock socket library and the server. The WebSocket constructor used in the above example is imported...