How would you test ? #249
Answered
by
BitPhinix
gaetan-wap
asked this question in
Q&A
-
First, thanks for making this project. I have been using slate-yjs and udecode/slate-plugins with custom code. I am experiencing weird behaviours from time to time. I have a hard time reproducing these bugs locally and deterministically (as someone would expect with a distributed system). How would you test such an editor ? |
Beta Was this translation helpful? Give feedback.
Answered by
BitPhinix
May 7, 2021
Replies: 1 comment 1 reply
-
Hi @gaetan-wap, Testing collaborative editors is really hard. The best approach would probably be spinning up multiple collaborative editor instances and fuzzing them using a self-build fuzzer. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BitPhinix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gaetan-wap,
Testing collaborative editors is really hard. The best approach would probably be spinning up multiple collaborative editor instances and fuzzing them using a self-build fuzzer.