Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 575 Bytes

README-tests.md

File metadata and controls

10 lines (10 loc) · 575 Bytes

HOW TO LAUNCH TEST

  1. Create file in root project directory with name 'testnet-keys.properties'
  2. Add to 'testnet-keys.properties' few lines in format: [your public apollo address]=[your secret phrase].
    For example: APL-myAddress=secret phrase for this address
  3. Compile project using compile.sh, win-compile.bat or another script for your OS
  4. Run TestnetIntegrationScenario Junit test using something like this:
java -cp lib\*;classes;lib\junit-4.7.jar org.junit.runner.JUnitCore test.TestnetIntegrationScenario
  1. Wait for test completement