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

feat: matrix-admin and e2e tests #1

Merged
merged 14 commits into from
Nov 20, 2023
Merged

feat: matrix-admin and e2e tests #1

merged 14 commits into from
Nov 20, 2023

Conversation

EstebanBorai
Copy link
Collaborator

Introduce Matrix Admin Client and re-exports official Matrix SDK.

Also provides a crate for E2E testing and different fixtures for use cases on local and
CI.

  • Fixtures under /fixtures/ are intended for development purposes.
  • Fixtures under /crates/test/fixtures are intended for CI purposes.

Why?

  • On CI SQLite is used to easily re-create database and clear state. (Still WIP)
  • On development we want to have PostgreSQL for a long-lived version.

@EstebanBorai EstebanBorai marked this pull request as ready for review November 20, 2023 01:37
@EstebanBorai
Copy link
Collaborator Author

Automated E2E tests needs further work. Im having issues with Synapse connection in Docker.

@EstebanBorai EstebanBorai merged commit 2887fa4 into main Nov 20, 2023
1 check passed
@EstebanBorai EstebanBorai deleted the feat/matrix branch November 20, 2023 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant