Files
xahau.js/packages/xrpl/test/integration
Jackson Mills 7732f22858 Add NFT Devnet as an inferable faucet (#2024)
* Add NFT Devnet to implicit fundWallet
2022-06-15 11:12:37 -07: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)