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

Test: Add integration tests for chat #351

Open
benbucksch opened this issue Jan 7, 2025 · 0 comments
Open

Test: Add integration tests for chat #351

benbucksch opened this issue Jan 7, 2025 · 0 comments

Comments

@benbucksch
Copy link
Collaborator

  • Start with git commit 2b71d74 on branch stanza.
  • Make the backend start up automatically (right now, you have to start it manually)
  • Find a way to store the test account credentials (email address and password), without checking it into the git repo. Could be e.g. a github secret variable which contains JSON, and is then reflected as environment variable, which is then read by the test, and parsed as JSON.
  • Set up GitHub Action to run these tests. For now, start manually (on: workflow_dispatch, see example). Later, might run it 4 times per day.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants