Skip to content

nervosnetwork/neuron-automation

Repository files navigation

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.

About

Test automation toolkit for Neuron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages