Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow UI introspection of test environments #62

Open
kegsay opened this issue May 16, 2024 · 1 comment
Open

Allow UI introspection of test environments #62

kegsay opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kegsay
Copy link
Member

kegsay commented May 16, 2024

If you make a room with Alice and Bob and send messages, it would be nice if we could provide a way for Element X or Element Web R to hook into one of these accounts so the test author can:

  • see if the test configuration makes sense
  • sanity check for any obvious errors that the test is not catching

For Element X this would just involve dumping the sqlite directory somewhere and then making the app read it. For Element Web R this would involve exposing the Chrome session of the client instance. The latter feels doable at this stage.

@kegsay kegsay added the enhancement New feature or request label May 16, 2024
@kegsay
Copy link
Member Author

kegsay commented May 22, 2024

..except it need an entire element-web to be hosted, and that may not be storing the right things in the right places in localstorage/indexeddb. Maybe the EX route is easier then..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant