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
Hi, I need to insert automated tests in my client, and for this I need to simulate a nostr relay.
Is there a way of using NDK for this?
Ideally I would simulate that I have a relay with posts of some users, and then I subscribe to its messages. Right now I am doing this with real world relay, where I dont control the messages, so this tasks becomes difficult.
I could also create a temporary account and post some random messages that I will use for my test, but in case the delays delete it my automated tests would start to fail.
Thus, it would be good if I could use NDK for that.
Is it possible, or do you recommend another approach?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I need to insert automated tests in my client, and for this I need to simulate a nostr relay.
Is there a way of using NDK for this?
Ideally I would simulate that I have a relay with posts of some users, and then I subscribe to its messages. Right now I am doing this with real world relay, where I dont control the messages, so this tasks becomes difficult.
I could also create a temporary account and post some random messages that I will use for my test, but in case the delays delete it my automated tests would start to fail.
Thus, it would be good if I could use NDK for that.
Is it possible, or do you recommend another approach?
Thanks
The text was updated successfully, but these errors were encountered: