During monthly wrap-up demos today, I heard that @jryans had plans to add the room DAG visualization to the patience test harness interface 😍 This is exactly what I have been aspiring to add as well!
Would be cool to make a generalized solution to make a TARDIS visualization for any test run in Complement (after hook to save a file which we can view in TARDIS)
So it sounds like a perfect opportunity to combine some efforts 🤠. My use case is a little different as I am after testing the homeserver vs testing a client but there is so much overlap here.
Thanks for filing, indeed would be good to combine efforts. 🙂 As a meta-point, I have since split out Patience to its own repo. For now, I'll keep this here, as I'm not quite sure at which level we'd run this kind of visualisation.
During monthly wrap-up demos today, I heard that @jryans had plans to add the room DAG visualization to the
patience
test harness interface 😍 This is exactly what I have been aspiring to add as well!Patience already automates hooking up Element to the homeserver which I was doing manually and added docs for, https://github.com/matrix-org/complement/blob/master/ONBOARDING.md#how-do-i-hook-up-a-matrix-client-like-element-to-the-homeservers-spun-up-by-complement-after-a-test-runs
So it sounds like a perfect opportunity to combine some efforts 🤠. My use case is a little different as I am after testing the homeserver vs testing a client but there is so much overlap here.
For reference on the DAG visualizations I have been generating so far, I adapted TARDIS to work with Synapse, https://github.com/matrix-org/tardis/pull/1