gRPC with cypress #17768
Unanswered
valiaPi
asked this question in
Questions and Help
gRPC with cypress
#17768
Replies: 1 comment 2 replies
-
Solved it by using cy.task() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to cypress and I am trying to write an e2e test where I also use gRPC. Although when running my script standalone it works fine, when I use grpc with cypress I get this error
Error: Can't walk dependency graph: Cannot find module 'http2' from 'C:\Users\panagiot-1\Source\Repos\LabXConnected.DataIntegrity\specs\audittrail-e2e\node_modules@grpc\grpc-js\build\src'
Any opinions on how to solve this?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions