Files
xahau.js/test/integration
Jackson Mills cc0b5a4ac9 test: Add PayChannel Transaction Integration Tests (#1662)
* Add test for PaymentChannelCreate

* Add PaymentChannelFund test

* Add PaymentChannelClaim test
2021-10-04 14:11:26 -04:00
..
2021-10-04 14:10:13 -04:00

To run integration tests:

  1. Run rippled-standalone node, either in a docker container (preferred) or by installing rippled.
  • With docker, run docker run -p 6006:6006 -it natenichols/rippled-standalone:latest
  • Or download and build rippled and run ./rippled -a
  1. Run npm test:integration or npm test:browser

When editing integration tests:

  • All imports should be from xrpl-local instead of ../../src (browser tests need this)