Integration and E2E tests for the Papillae payment platform.
This package contains the test suite validating the functionality of the core orchestration engine, DAML smart contracts, Go compliance service, and AI agents for cross-border payments.
- Node.js (v20+)
- npm or yarn
npm installThis project uses Jest for testing. The following test scripts are available:
npm test: Runs all tests.npm run test:integration: Runs only the integration tests.npm run test:e2e: Runs only the end-to-end (E2E) tests.npm run test:compliance: Runs only the compliance-related tests.npm run test:agents: Runs only the AI agents tests.
This package relies on other local @papillae packages:
@papillae/core@papillae/fixtures@papillae/agents
MIT