You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something in my configuration, but I followed the README (added an import statement to my cypress/support/index.js file), and then for good measure added "cypress-plugin-signalr" to the types property in my tsconfig file.
I still seem to be having trouble though with Cypress recognizing the custom commands or the global variable signalrMock.
I've put together an example repo here. If you could take a look and please advise, I'd greatly appreciate it!
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something in my configuration, but I followed the README (added an import statement to my
cypress/support/index.js
file), and then for good measure added "cypress-plugin-signalr" to the types property in my tsconfig file.I still seem to be having trouble though with Cypress recognizing the custom commands or the global variable
signalrMock
.I've put together an example repo here. If you could take a look and please advise, I'd greatly appreciate it!
The text was updated successfully, but these errors were encountered: