Skip to content

Commit

Permalink
chore: rename config file and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyshang committed Mar 3, 2022
1 parent 77c9abe commit 9fc1f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ UI automation tests for [Neuron Wallet](https://github.com/nervosnetwork/neuron/
* Maven

## Running the tests
Before running test, please make sure to fulfill the `ckbPath` and `nodePath` in the [neuronConfig.yml](neuronConfig.yml) file.
Before running test:
1. copy the [neuronConfig.yml.sample](neuronConfig.yml.sample) file to `neuronConfig.yml` .
2. make sure to update the `ckbPath` and `nodePath` in the `neuronConfig.yml` file.

Run system/send transaction tests:
```$xslt
Expand Down
3 changes: 3 additions & 0 deletions neuronConfig.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ckbPath: #replace here with the full path where ckb binary located, e.g. D:/ckb/ #
nodePath: #replace here with ckb node's full path, e.g. D:/ckb/devNet #
chromedriverPath: ./chromedriver-v9.1.2-win32-x64/chromedriver.exe

0 comments on commit 9fc1f21

Please sign in to comment.