Refactor test structure and add testing guidelines#305
Merged
Conversation
c1d31cc to
75d2c64
Compare
kddejong
previously approved these changes
Nov 24, 2025
0c776f7 to
d00888c
Compare
d00888c to
2346fac
Compare
2346fac to
c45676b
Compare
Zee2413
reviewed
Nov 25, 2025
Zee2413
reviewed
Nov 25, 2025
Zee2413
reviewed
Nov 25, 2025
atennak1
approved these changes
Nov 26, 2025
Zee2413
approved these changes
Nov 26, 2025
c45676b to
760fcb1
Compare
760fcb1 to
98b3dc0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes
Testing Documentation
• Added tst/README.md with detailed testing guidelines covering:
• Test levels (unit, integration, E2E) and their objectives
• Mocking strategy and best practices
• What to test and meaningful assertions
• Tooling documentation (Vitest and Sinon)
Test Reorganization
• Moved integration tests to E2E tests (tst/integration/ → tst/e2e/)
•
e2eandintegrationfolders flipped based on definitionTest Improvements
• Removed unnecessary wait() calls from E2E tests
• Simplified test utilities and removed unused helper functions
• Lazy loading template for test setup