Description:
The e2e/ directory has shell scripts for full lifecycle testing against testnet (01_setup_and_deploy, 02_happy_path, 03_dispute_path, 04_cancel_path), but there is no make e2e target in the Makefile. Developers must discover and run them manually.
Acceptance Criteria:
make e2e target added to Makefile
- Documented in README or CONTRIBUTING
Description:
The e2e/ directory has shell scripts for full lifecycle testing against testnet (01_setup_and_deploy, 02_happy_path, 03_dispute_path, 04_cancel_path), but there is no
make e2etarget in the Makefile. Developers must discover and run them manually.Acceptance Criteria:
make e2etarget added to Makefile