Control panel for ChronoBank
yarnStart TestRPC in a separate terminal by doing:
yarn testrpcThen in another separate terminal (optional):
yarn bridgeWait for Listening @... message and don't exit from this process!
After that deploy contracts with:
yarn contractsAnd finally:
yarn startNow you able to access ChronoMint dApp through the http://localhost:3000/
To open truffle console use:
yarn tconsoleRun both e2e & unit tests by
yarn test###Unit
Run all test suite files matched *.spec.js pattern
yarn test:unitTo test separate specs just add your regex at the end of this command. Ensure what yarn testrpc is already ran in separate console
###E2E
yarn selenium-server:install####Run all test suite files matched *.test.js pattern
Note, the app should be launched
yarn selenium-server:start
yarn test:e2eLaborX PTY