Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.19 KB

neuron-automation

UI automation tests for Neuron Wallet.

Note: currently support better for Windows version.

Prerequisites

  • Java
  • Maven

Running the tests

Before running test:

  1. copy the 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:

make system-test # running regression tests.

or:

scripts\neuron.sh system-test # running regression tests.

Coding Style

We use "Google Java Style Guide" as coding style guide:

Installing the coding style settings in Intellij

  1. Download the intellij-java-google-style.xml file from the http://code.google.com/p/google-styleguide/ repo.
  2. go into Preferences -> Editor -> Code Style. Click on Manage and import the downloaded Style Setting file. Select GoogleStyle as new coding style.