Skip to content

PapillaeTech/papillae-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@papillae/tests

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.

Prerequisites

  • Node.js (v20+)
  • npm or yarn

Installation

npm install

Running Tests

This 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.

Dependencies

This package relies on other local @papillae packages:

  • @papillae/core
  • @papillae/fixtures
  • @papillae/agents

License

MIT

About

Integration and E2E tests for the Papillae payment platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors