diff --git a/docs/tests/integration/project-batch-member-add.md b/docs/tests/integration/project-batch-member-add.md index 610019b..3049c67 100644 --- a/docs/tests/integration/project-batch-member-add.md +++ b/docs/tests/integration/project-batch-member-add.md @@ -40,4 +40,6 @@ Result: 38 tests, 0 failures, 0 errors, 0 skipped. ## External boundaries -PostgreSQL 18.4 Testcontainers provides the real schema, constraints, JPA transaction, and Project pessimistic lock path. The test does not exercise concurrent requests; existing Project locking coverage remains unchanged. These pre-merge results will be rerun after merging the taskmaster-specified exact `main` SHA. +PostgreSQL 18.4 Testcontainers provides the real schema, constraints, JPA transaction, and Project pessimistic lock path. The test does not exercise concurrent requests; existing Project locking coverage remains unchanged. + +After merging exact reviewed `main` `32c8a2d315d2175760c5d4792988cd0aa5ab6dd0`, the affected command was rerun with `UiContractWebTest` included. It passed 45/45 tests with no failures, errors, or skips; the Project service portion remained 9/9 against PostgreSQL 18.4. diff --git a/docs/tests/web/project-intern-picker.md b/docs/tests/web/project-intern-picker.md index 5925541..5bd863b 100644 --- a/docs/tests/web/project-intern-picker.md +++ b/docs/tests/web/project-intern-picker.md @@ -37,4 +37,6 @@ After the producer API compiled, `env JAVA_HOME=/opt/homebrew/opt/openjdk@25 PAT ## External boundaries -No browser loop or Impeccable detector is run on this branch; the root owner performs one integrated pass. MockMvc proves rendered semantics and a dependency-free Node test executes the dialog/search/selection behavior with controlled DOM boundaries. These pre-merge results will be rerun after merging the taskmaster-specified exact `main` SHA. +No browser loop or Impeccable detector is run on this branch; the root owner performs one integrated pass. MockMvc proves rendered semantics and a dependency-free Node test executes the dialog/search/selection behavior with controlled DOM boundaries. + +After merging exact reviewed `main` `32c8a2d315d2175760c5d4792988cd0aa5ab6dd0`, `npm ci`, the 1/1 UI test, frontend build, compile, Project-scoped Javadoc/doclint, and diff check all succeeded. The affected Java command added the updated shared `UiContractWebTest` and passed 45/45 tests with no failures, errors, or skips.