Find best way to do integration testing of the Relay #626
Unanswered
MuhammedIrfan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@andrii-kl please take a look at this |
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
-
Summary
At present there is no integration test being done on the relay, There where couple of bugs which had been identified which could have been caught earlier if there was integration tests in place.
Challenge
As the relay have minimal input and output, this make automation testing of the relay difficult, At present relay requires inputs as config, websocket and json rpc, and output via json rpc and logs, Hence it requires to create a mock json rpc server to provide test data. The test outcome need to be captured using json rpc server or logs which need to be parsed.
Beta Was this translation helpful? Give feedback.
All reactions