You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we typically use the SpeziTemplateApplication to test integration with different Spezi modules. However, not all modules are used within the project and for example versioning issues might go unnoticed (see StanfordSpezi/SpeziTemplateApplication#87).
Solution
We should create a separate project that is only used for integration testing, adding all Spezi packages as dependencies. Ideally, the project should build against the latest versions of all packages (e.g., with our current development workflow we could checkout the main branch of each project).
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Currently, we typically use the SpeziTemplateApplication to test integration with different Spezi modules. However, not all modules are used within the project and for example versioning issues might go unnoticed (see StanfordSpezi/SpeziTemplateApplication#87).
Solution
We should create a separate project that is only used for integration testing, adding all Spezi packages as dependencies. Ideally, the project should build against the latest versions of all packages (e.g., with our current development workflow we could checkout the
main
branch of each project).Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: