Files
xahau.js/packages/xrpl/test/integration
Denis Angell 3e929eff56 lint
2023-06-14 22:56:35 +00:00
..
2023-06-14 22:56:35 +00:00
2023-06-14 22:56:35 +00:00
2023-02-03 17:03:07 -06:00
2023-02-03 17:03:07 -06:00
2023-02-03 17:03:07 -06:00
2023-06-14 22:56:35 +00:00
2023-02-03 17:03:07 -06: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