The tests/ directory serves as the designated location for system and end-to-end (E2E) tests.

The directory contains only placeholder subdirectories (system/ and e2e/), each with a .gitkeep file to maintain structure in the repository.


Purpose and Future Use

When evolving from boilerplate to a full-fledged project, these directories will be populated with relevant test suites and scripts.


Recommended Practices