Files
xahau.js/test/integration
2020-01-08 12:20:58 -08:00
..
2019-12-17 10:35:59 -08:00
2019-12-17 10:35:59 -08:00
2015-07-14 01:10:42 +03:00
2016-01-13 07:11:39 +02:00
2016-01-13 07:11:39 +02:00

To run integration tests:
1. Replace 'describe.skip' with 'describe' in test/integration/integration-test.js
2. Create a file at ~/.ripple_wallet containing a JSON object like this with
   your own test address and secret.
    {
      "test": {
        "address": "r3GgMwvgvP8h4yVWvjH1dPZNvC37TjzBBE",
        "secret": "shsWGZcmZz6YsWWmcnpfr6fLTdtFV"
      }
    }
3. Run "mocha test/integration/integration-test.js"