Files
labtimesheet/docs/tests
sechmachine 643d181b9d Merge commit '692b23e9b9891d360882671d8247965b44920b2f' into work/reports-ui
# Conflicts:
#	src/main/resources/templates/accounts/activate.html
#	src/main/resources/templates/accounts/new.html
#	src/main/resources/templates/bootstrap/form.html
2026-08-15 03:32:40 +07:00
..

Test Evidence

TDD is mandatory. Every feature test must have one companion Markdown record in the directory matching its test type:

  • unit/ — isolated state, calculation, and domain behavior.
  • integration/ — PostgreSQL, Flyway, repository, transaction, and module integration.
  • web/ — MockMvc, Thymeleaf, validation, and security behavior.
  • e2e/ — cross-module, browser, or full user journeys.

Copy that directory's _TEMPLATE.md and keep every heading. One evidence file may cover a cohesive parameterized scenario set, but it must name every requirement and scenario ID it protects.

An evidence record is complete only when it contains the observed RED failure, the observed GREEN result, the affected-suite result, and honest external-test boundaries. Commands and relevant output are copied exactly; prose such as "passed locally" is not evidence.