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: Set up integration testing #66

Merged
merged 1 commit into from
Jul 20, 2024
Merged

test: Set up integration testing #66

merged 1 commit into from
Jul 20, 2024

Conversation

meyfa
Copy link
Member

@meyfa meyfa commented Jul 19, 2024

This patch adds the capability to perform integration testing of the entire server code, including frontend/backend, by making requests against instances started for each test case. Some initial tests are added to check static file serving and authentication of a backend route.

Additional Context

N/A

Checklist

  • The pull request title meets the Conventional Commits specification and optionally includes the scope, for example: feat: Add social login

This patch adds the capability to perform integration testing of the
entire server code, including frontend/backend, by making requests
against instances started for each test case. Some initial tests are
added to check static file serving and authentication of a backend
route.
@meyfa meyfa requested a review from a team as a code owner July 19, 2024 22:34
@lusu007 lusu007 merged commit 5168852 into main Jul 20, 2024
4 checks passed
@lusu007 lusu007 deleted the test/integration branch July 20, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants