fix README for integ tests (#2317)

This commit is contained in:
Omar Khan
2023-05-23 19:32:17 -04:00
committed by GitHub
parent 5ee974cfa1
commit 9035dd3f11

View File

@@ -4,4 +4,4 @@ To run integration tests:
* With docker, run `docker run -p 6006:6006 --interactive -t --volume $PWD/.ci-config:/config/ xrpllabsofficial/xrpld:latest -a --start`
* Or [download and build rippled](https://xrpl.org/install-rippled.html) and run `./rippled -a --start`
* If you'd like to use the latest rippled amendments, you should modify your `rippled.cfg` file to enable amendments in the `[amendments]` section. You can view `.ci-config/rippled.cfg` in the top level folder as an example of this.
2. Run `npm test:integration` or `npm test:browser`
2. Run `npm run test:integration` or `npm run test:browser`